Source code of Windows XP (NT5)
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 "winver.h"
///////////////////////////////////////////////////////////////////////////// // // Version //
1 VERSIONINFO FILEVERSION 4,0,0,0 PRODUCTVERSION 4,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0xbL #else FILEFLAGS 0xaL #endif FILEOS VOS_NT_WINDOWS32 FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN VALUE "CompanyName", "Microsoft Corporation\0" VALUE "FileDescription", "WINMGMT self instrumentation performance DLL\0" VALUE "FileVersion", "0.0\0" VALUE "InternalName", "WMIPerf\0" VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 2000-2001\0" VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0" VALUE "OriginalFilename", "\0" VALUE "ProductName", "WMIPerf\0" VALUE "ProductVersion", "4.0\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 0x04E4, 0x411, 0x04E4 END END
#include "genctrs.rc"
|