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> //#include "..\INCLUDE\VERSION.H"
//#undef VER_COMPANYNAME_STR #undef VER_PRODUCTNAME_STR //#undef VER_PRODUCTVERSION_STR
//#define VER_COMPANYNAME_STR "Cirrus Logic, Inc." #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Cirrus Logic, Inc. 1992-1998" #define VER_PRODUCTNAME_STR "Laguna VisualMedia(TM) Accelerator - CL-GD546x" #define VER_FILEDESCRIPTION_STR "CL-GD546x Miniport Driver"
#define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
// VERINFO.EXE number. //#define VER_FILEVERSION NT_VER_MAJOR, NT_VER_MINOR, NT_VER_BUILD, NT_VER_DRIVER
// File Properties "Product version" string. //#define VER_PRODUCTVERSION_STR CL_VER_STRING
// File Properties "File version" string. // Also appears in Display Properties dialog box. //#define VER_FILEVERSION_STR CL_VER_STRING
#define VER_INTERNALNAME_STR "CL546xm.sys" #define VER_ORIGINALFILENAME_STR "CL546xm.sys"
#include "common.ver"
|