file_rc.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:1k
源码类别:

打印编程

开发平台:

Visual C++

  1. #define COMPANYW               L"Popesco"
  2. #define COPYRIGHTW             L"Copyright 251 Popesco"
  3. #define COMPANYA               "Popesco"
  4. #define COPYRIGHTA             "Copyright 251 Popesco"
  5. #ifdef _UNICODE
  6. #define COMPANY                COMPANYW              
  7. #define COPYRIGHT              COPYRIGHTW            
  8. #else
  9. #define COMPANY                COMPANYA               
  10. #define COPYRIGHT              COPYRIGHTA             
  11. #endif
  12. #define VERL_BLOCK "040904b0"
  13. #define VERL_VALUE 0x409, 1200
  14. #define PRODUCT     "Popfax Printer Driver"
  15. #define VERSIONSTR  "1.0"
  16. #define VERSIONBIN  1,0,0,2
  17. #define FILE_INTERNAL_NAME "PopFaxLocalMon.dll"
  18. #define FILE_DESCRIPTION PRODUCT
  19. #define FILE_VERSIONSTR  "1.0"
  20. #define FILE_VERSIONBIN  1,0,0,2