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.

22 lines
534 B

  1. //
  2. // Include GPD parser string resources here
  3. //
  4. #include <windows.h>
  5. #include <ntverp.h>
  6. #ifdef WINNT_40
  7. #define VER_FILEVERSION 0, 2, 0, 0
  8. #else // !WINNT_40
  9. #define VER_FILEVERSION 0, 3, 0, 0
  10. #endif // !WINNT_40
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "GPD Parser"
  14. #define VER_INTERNALNAME_STR "gpdparse.dll"
  15. #define VER_ORIGINALFILENAME_STR "gpdparse.dll"
  16. #include <common.ver>