📄 version.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -