version.h
来自「EZ_USB_DRV驱动程序源代码(VC工程文件」· C头文件 代码 · 共 33 行
H
33 行
#ifndef VERSION_INCLUDED
#define VERSION_INCLUDED
//////////////////////////////////////////////////////////////////////
//
// File: version.h
// $Archive: /USB/Drivers/ezusbdrv/Version.h $
//
// Purpose:
// Version information header file for EZ-USB General Purpose Driver
//
// Environment:
// kernel mode
//
// $Author: Tpm $
//
//
// Copyright (c) 1997 Anchor Chips, Inc. May not be reproduced without
// permission. See the license agreement for more details.
//
//////////////////////////////////////////////////////////////////////
//
// Make sure to keep these in sync with the version
// information in ezusbsys.rc
//
#define EZUSB_MAJOR_VERSION 01
#define EZUSB_MINOR_VERSION 01
#define EZUSB_BUILD_VERSION 0000
#endif // VERSION_INCLUDED
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?