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.

44 lines
779 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. faxui.rc
  5. Abstract:
  6. Fax driver resource file
  7. Environment:
  8. Fax driver user interface
  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 <ntverp.h>
  17. #include "resource.h"
  18. #include "faxdlg.dlg"
  19. #include "faxwiz.dlg"
  20. #include "faxcfg.dlg"
  21. #include "strings.rc"
  22. #define VER_FILEVERSION 0, 2, 0, 0
  23. #define VER_FILETYPE VFT_DLL
  24. #define VER_FILESUBTYPE VFT2_DRV_PRINTER
  25. #define VER_FILEDESCRIPTION_STR "Fax Printer Driver UI"
  26. #define VER_INTERNALNAME_STR "FAXUI.DLL"
  27. #define VER_ORIGINALFILENAME_STR "FAXUI.DLL"
  28. #include "common.ver"