macstuff.h 562 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 1990-2001 Info-ZIP. All rights reserved.
  3. See the accompanying file LICENSE, version 2000-Apr-09 or later
  4. (the contents of which are also included in zip.h) for terms of use.
  5. If, for some reason, all these files are missing, the Info-ZIP license
  6. also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
  7. */
  8. #ifndef _MACSTUFF_H
  9. #define _MACSTUFF_H 1
  10. #include "MoreFilesExtras.h"
  11. #include "MoreDesktopMgr.h"
  12. #include "MoreFiles.h"
  13. #include "FSpCompat.h"
  14. #include "FullPath.h"
  15. #endif /* _MACSTUFF_H */