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.

52 lines
1003 B

  1. /*++
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. unidrv.rc
  5. Abstract:
  6. Unidrv driver resource file
  7. Environment:
  8. Windows NT Unidrv driver
  9. Revision History:
  10. 10/15/96 -amandan-
  11. Created it
  12. mm/dd/yy -author-
  13. description
  14. --*/
  15. #include <windows.h>
  16. //
  17. // Version resources
  18. //
  19. #include <ntverp.h>
  20. #ifdef WINNT_40
  21. #define VER_FILEVERSION 0, 2, 0, 0
  22. #define VER_INTERNALNAME_STR "UNIDRV4.DLL"
  23. #define VER_ORIGINALFILENAME_STR "UNIDRV4.DLL"
  24. #define VER_FILESUBTYPE VFT2_DRV_PRINTER
  25. #else // !WINNT_40
  26. #define VER_FILEVERSION 0, 3, 0x0510, 0
  27. #define VER_INTERNALNAME_STR "UNIDRV.DLL"
  28. #define VER_ORIGINALFILENAME_STR "UNIDRV.DLL"
  29. #define VER_FILESUBTYPE VFT2_DRV_VERSIONED_PRINTER
  30. #endif // !WINNT_40
  31. #define VER_FILETYPE VFT_DRV
  32. #define VER_FILEDESCRIPTION_STR "Unidrv Printer Driver"
  33. #include "common.ver"