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.

31 lines
1020 B

  1. #ifndef APSTUDIO_INVOKED
  2. #include <windows.h>
  3. #include <ntverp.h>
  4. #define VER_INTERNALNAME_STR "gpkrsrc.dll"
  5. #define VER_FILETYPE VFT_DLL
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "Gemplus Cryptographic Service Provider Resources"
  8. /*
  9. * ============================================================================
  10. * Optional definitions
  11. * ============================================================================
  12. *
  13. * The following symbols may be defined for your file. For a complete list,
  14. * see common.ver.
  15. */
  16. #if 0
  17. #define VER_PRODUCTNAME_STR "Sample Product Name"
  18. #define VER_FILEVERSION HIWORD(MAJOR_VER), LOWORD(MAJOR_VER), HIWORD(MINOR_VER), LOWORD(MINOR_VER)
  19. #define VER_FILEVERSION_STR "1.00"
  20. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  21. #define EXPORT_CONTROLLED /* Define this if app is export controlled. */
  22. #define EXPORT /* Then define this for export versions. */
  23. #endif
  24. #include "common.ver"
  25. #endif //APSTUDIO_INVOKED