home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 18
/
aminetcdnumber181997.iso
/
Aminet
/
misc
/
emu
/
AROS_m68k_bin.lha
/
AROS
/
include
/
proto
/
aros.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-08
|
448b
|
26 lines
/*
(C) 1995-97 AROS - The Amiga Replacement OS
$Id: aros.h,v 1.3 1997/01/29 17:19:20 ldp Exp $
*/
#ifndef PROTO_AROS_H
#define PROTO_AROS_H
#ifndef AROS_SYSTEM_H
#include <aros/system.h>
#endif
#include <clib/aros_protos.h>
#if 0
#if defined(_AMIGA) && defined(__GNUC__)
#ifndef NO_INLINE_STDARG
#define NO_INLINE_STDARG
#endif
#include <inline/aros.h>
#else
#include <defines/aros.h>
#endif
#endif /* if 0 */
#endif /* PROTO_AROS_H */