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.

39 lines
637 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. faxdrv.rc
  5. Abstract:
  6. Fax driver resource file
  7. Environment:
  8. Fax driver graphics DLL
  9. Revision History:
  10. 01/09/96 -davidx-
  11. Created it.
  12. mm/dd/yy -author-
  13. description
  14. --*/
  15. #include <windows.h>
  16. #include "faxdrv.h"
  17. #include <ntverp.h>
  18. #define VER_FILEVERSION 0, 3, 0, 0
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT2_DRV_PRINTER
  21. #define VER_FILEDESCRIPTION_STR "Fax Printer Driver"
  22. #define VER_INTERNALNAME_STR "FAXDRV.DLL"
  23. #define VER_ORIGINALFILENAME_STR "FAXDRV.DLL"
  24. #include "common.ver"