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.

45 lines
1.8 KiB

  1. /********************************************************************/
  2. /* RPDLRES.RCV */
  3. /* Version control data */
  4. /********************************************************************/
  5. #include <windows.h>
  6. #include <ntverp.h>
  7. #ifdef VER_COMPANYNAME_STR
  8. #undef VER_COMPANYNAME_STR
  9. #endif
  10. #ifdef VER_PRODUCTNAME_STR
  11. #undef VER_PRODUCTNAME_STR
  12. #endif
  13. #ifdef VER_PRODUCTVERSION
  14. #undef VER_PRODUCTVERSION
  15. #endif
  16. #ifdef VER_PRODUCTVERSION_STR
  17. #undef VER_PRODUCTVERSION_STR
  18. #endif
  19. #define VER_FILETYPE VFT_DRV
  20. #define VER_FILEDESCRIPTION_STR "RPDL Unidrv Printer Driver Rendering Plugin"
  21. #define VER_LEGALCOPYRIGHT_YEARS "1981-2002"
  22. #define VER_LEGALCOPYRIGHT_STR "Copyright(C) Microsoft & Ricoh " VER_LEGALCOPYRIGHT_YEARS
  23. #define VER_COMPANYNAME_STR "Ricoh Co., Ltd."
  24. #define VER_PRODUCTNAME_STR "RPDL Unidrv Printer Driver"
  25. #define VER_INTERNALNAME_STR "RPDLRES"
  26. #define VER_ORIGINALFILENAME_STR "RPDLRES.DLL"
  27. #ifdef WINNT_40
  28. #define VER_FILESUBTYPE VFT2_DRV_PRINTER
  29. #define VER_PRODUCTVERSION 4,50,109
  30. #define VER_PRODUCTVERSION_STR "4.50.109"
  31. #else // !WINNT_40
  32. #define VER_FILESUBTYPE VFT2_DRV_VERSIONED_PRINTER
  33. #ifdef RICOH_RELEASE
  34. // Past VER_FILEVERSION: 0x0511(5.1.107), 0x512(5.1.108)
  35. #define VER_FILEVERSION 0,3,0x0513,0 // Ricoh Web Release 5.1.109
  36. #else // !RICOH_RELEASE
  37. #define VER_FILEVERSION 0,3,0x0501,0 // XP inbox 5.01.106
  38. #endif // !RICOH_RELEASE
  39. #define VER_PRODUCTVERSION 5,1,109
  40. #define VER_PRODUCTVERSION_STR "5.1.109"
  41. #endif // !WINNT_40
  42. #include <common.ver>