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.

19 lines
473 B

  1. #include "cvernum.h"
  2. #include <FaxName.h>
  3. #define VER_FILESUBTYPE VFT2_DRV_VERSIONED_PRINTER
  4. #ifdef USERMODE_DRIVER
  5. #define VER_FILEVERSION 0,3,BUILD,VER_PRODUCTBUILD_QFE
  6. #else
  7. #define VER_FILEVERSION 0,2,BUILD,VER_PRODUCTBUILD_QFE
  8. #endif
  9. #define VER_FILETYPE VFT_DRV
  10. #define VER_FILEDESCRIPTION_STR FAX_FULL_NAME " Printer Driver"
  11. #define VER_INTERNALNAME_STR "FXSDRV.DLL"
  12. #define VER_ORIGINALFILENAME_STR "FXSDRV.DLL"
  13. #include "cometver.rc"