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.

29 lines
620 B

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