home *** CD-ROM | disk | FTP | other *** search
- #ifndef PROTO_IFFPARSE_H
- #define PROTO_IFFPARSE_H
-
- /*
- (C) 1995-97 AROS - The Amiga Replacement OS
- $Id: iffparse.h,v 1.4 1997/02/03 18:34:48 digulla Exp $
- */
-
- #ifndef AROS_SYSTEM_H
- #include <aros/system.h>
- #endif
-
- #include <clib/iffparse_protos.h>
-
- #if defined(_AMIGA) && defined(__GNUC__)
- #ifndef NO_INLINE_STDARG
- #define NO_INLINE_STDARG
- #endif
- #include <inline/iffparse.h>
- #else
- #include <defines/iffparse.h>
- #endif
-
- #endif /* PROTO_IFFPARSE_H */
-