home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / proto / iffparse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-08  |  457 b   |  25 lines

  1. #ifndef PROTO_IFFPARSE_H
  2. #define PROTO_IFFPARSE_H
  3.  
  4. /*
  5.     (C) 1995-97 AROS - The Amiga Replacement OS
  6.     $Id: iffparse.h,v 1.4 1997/02/03 18:34:48 digulla Exp $
  7. */
  8.  
  9. #ifndef AROS_SYSTEM_H
  10. #include <aros/system.h>
  11. #endif
  12.  
  13. #include <clib/iffparse_protos.h>
  14.  
  15. #if defined(_AMIGA) && defined(__GNUC__)
  16. #ifndef NO_INLINE_STDARG
  17. #define NO_INLINE_STDARG
  18. #endif
  19. #include <inline/iffparse.h>
  20. #else
  21. #include <defines/iffparse.h>
  22. #endif
  23.  
  24. #endif /* PROTO_IFFPARSE_H */
  25.