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.

30 lines
670 B

  1. #include "windows.h"
  2. #include "ahmsg.rc"
  3. /////////////////////////////////////////////////////////////////////////////
  4. // English (U.S.) resources
  5. #ifdef _WIN32
  6. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  7. #pragma code_page(1252)
  8. #endif //_WIN32
  9. #ifndef _MAC
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Version
  13. //
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Application Compatibility Client Library"
  18. #define VER_INTERNALNAME_STR "Apphelp"
  19. #include "common.ver"
  20. #endif // !_MAC