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.

21 lines
612 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. // @@BEGIN_DDKSPLIT
  6. #ifdef 0
  7. // @@END_DDKSPLIT
  8. #define VER_FILEDESCRIPTION_STR "Windows� Server 2003 Driver Development Kit Print DLL"
  9. #define VER_INTERNALNAME_STR "genprint.dll"
  10. #define VER_ORIGINALFILENAME_STR "genprint.dll"
  11. // @@BEGIN_DDKSPLIT
  12. #endif
  13. #define VER_FILEDESCRIPTION_STR "Windows� Server 2003 Print DLL"
  14. #define VER_INTERNALNAME_STR "winprint.dll"
  15. #define VER_ORIGINALFILENAME_STR "winprint.dll"
  16. // @@END_DDKSPLIT
  17. #include "common.ver"