ends4isa.rc
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· RC 代码 · 共 57 行
RC
57 行
#include <windows.h>
/* #include <ntverp.h> */
/*-----------------------------------------------*/
/* the following lines are specific to this file */
/*-----------------------------------------------*/
/* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
* and VER_INTERNALNAME_STR must be defined before including COMMON.VER
* The strings don't need a '\0', since common.ver has them.
*/
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
/* possible values VFT2_UNKNOWN
VFT2_DRV_PRINTER
VFT2_DRV_KEYBOARD
VFT2_DRV_LANGUAGE
VFT2_DRV_DISPLAY
VFT2_DRV_MOUSE
VFT2_DRV_NETWORK
VFT2_DRV_SYSTEM
VFT2_DRV_INSTALLABLE
VFT2_DRV_SOUND
VFT2_DRV_COMM
*/
/* Undefine some definitions from version.h so we can redefined
without warnings */
#undef VER_COMPANYNAME_STR
#undef VER_PRODUCTNAME_STR
#undef VER_PRODUCTVERSION_STR
#undef VER_PRODUCTVERSION
#define VER_COMPANYNAME_STR "Cirrus Logic Inc.\0"
#define VER_PRODUCTNAME_STR "Cirrus Logic LAN(tm) CS8900/CS8920 Ethernet Adapter\0"
//@drsc 10-28-97 chg version from 3.04 to 3.20
//@drsc 11-03-97 chg version from 3.20 to 3.21
//@kml 06-25-99 chg version from 3.21 to 3.22
#define VER_PRODUCTVERSION_STR "3.24.000\0"
#define VER_PRODUCTVERSION 3,24,0,000
#define VER_FILETYPE VFT_VXD
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "Cirrus Logic LAN(tm) CS8900/CS8920 Ethernet Driver"
#define VER_INTERNALNAME_STR "ENDS4ISA"
#define VER_LEGALCOPYRIGHT_YEARS "2000-2001"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Cirrus Logic Inc.." VER_LEGALCOPYRIGHT_YEARS
#define VER_ORIGINALFILENAME_STR "ENDS4ISA.SYS"
/* #include "common.ver" */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?