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 "ahmsg.rc"
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
#ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // // Version //
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Application Compatibility Client Library" #define VER_INTERNALNAME_STR "Apphelp"
#include "common.ver"
#endif // !_MAC
|