wizver.h
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:0k
源码类别:

压缩解压

开发平台:

Visual C++

  1. /*
  2.  WiZ version header file
  3. */
  4. #ifndef _WIZVER_H
  5. #define _WIZVER_H
  6. #include "unzipwindllunzver.h"
  7. #include "zipwindllzipver.h"
  8. /*
  9. #define BETA
  10. */
  11. #ifdef BETA
  12. #undef BETA
  13. #endif
  14. #define APPLICATION "About WiZ"
  15. #define WIZ_MAJORVER 4
  16. #define WIZ_MINORVER 0
  17. #define WIZ_FILE_VER "4.00.00"
  18. #ifdef BETA
  19. #  define WIZBETALEVEL "h Beta"
  20. #  define WIZ_VERSION_DATE "27 Oct 97"
  21. #else
  22. #define WIZBETALEVEL ""
  23. #  define WIZ_VERSION_DATE "3 Nov 97"
  24. #endif
  25. #define WIZ_PATCHLEVEL   0
  26. #endif /* _WIZVER_H */