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

压缩解压

开发平台:

MultiPlatform

  1. /*---------------------------------------------------------------------------
  2.   UnZpSx.h
  3.   This header-files is global to the project Unzip Sioux.
  4.   ---------------------------------------------------------------------------*/
  5. /*****************************************************************************/
  6. /*  Macros, typedefs                                                         */
  7. /*****************************************************************************/
  8. #define USE_SIOUX
  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. /*  Includes standard headers                                                */
  18. /*****************************************************************************/
  19. #include <ansi_prefix.mac.h>
  20. #include <TextUtils.h>
  21. #include <Folders.h>
  22. #include <Aliases.h>
  23. #include <Resources.h>
  24. #include <Gestalt.h>
  25. #include <Traps.h>
  26. #include <Processes.h>
  27. #include <MacWindows.h>
  28. #include <Fonts.h>
  29. #include <ToolUtils.h>
  30. #include <Dialogs.h>
  31. #include <Devices.h>
  32. #include <StandardFile.h>