Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #define VER_FILEDESCRIPTION_STR "Moxa Intellio Family Port Enumerator" #define VER_INTERNALNAME_STR "mxcard.sys" #define VER_ORIGINALFILENAME_STR "mxcard.sys" #define VER_LEGALCOPYRIGHT_YEARS "1999-2002" #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Moxa Tech." VER_LEGALCOPYRIGHT_YEARS #undef VER_PRODUCTNAME_STR #define VER_PRODUCTNAME_STR "Intellio Family Port Enumerator" #undef VER_PRODUCTVERSION #define VER_PRODUCTVERSION 1,2,7 #define VER_FILEVERSION VER_PRODUCTVERSION #undef VER_PRODUCTVERSION_STR #define VER_PRODUCTVERSION_STR "1.2.7" #undef VER_COMPANYNAME_STR #define VER_COMPANYNAME_STR "Moxa Technologies Co., Ltd." #include "common.ver"
#include "mxlog.rc"
|