UnZpLib.h
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:1k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. /*---------------------------------------------------------------------------
  2.   UnZpLib.h
  3.   This header-files is global to the project UnZpLib.
  4.   ---------------------------------------------------------------------------*/
  5. /*****************************************************************************/
  6. /*  Macros, typedefs                                                         */
  7. /*****************************************************************************/
  8. #define MacStaticLib
  9. #define MACUNZIP
  10. #ifndef    TRUE
  11. #define    TRUE 1
  12. #endif  /* TRUE */
  13. #ifndef    FALSE
  14. #define    FALSE 0
  15. #endif  /* FALSE */
  16. /*
  17. #define DEBUG_TIME
  18.  */
  19. #define USE_EF_UT_TIME
  20. /* since we have no TZ environment variable on Macs
  21.    this option must be disabled */
  22. #undef IZ_CHECK_TZ
  23. /*****************************************************************************/
  24. /*  Includes standard headers                                                */
  25. /*****************************************************************************/
  26. #include <ansi_prefix.mac.h>
  27. #include <TextUtils.h>
  28. #include <Folders.h>
  29. #include <Aliases.h>
  30. #include <Resources.h>
  31. #include <Gestalt.h>
  32. #include <Traps.h>
  33. #include <Processes.h>
  34. #include <MacWindows.h>
  35. #include <Fonts.h>
  36. #include <ToolUtils.h>
  37. #include <Dialogs.h>
  38. #include <Devices.h>
  39. #include <StandardFile.h>