home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 18
/
aminetcdnumber181997.iso
/
Aminet
/
misc
/
emu
/
AROS_m68k_bin.lha
/
AROS
/
include
/
aros
/
amiga.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-08
|
439b
|
22 lines
#ifndef AROS_AMIGA_H
#define AROS_AMIGA_H
/*
(C) 1995-96 AROS - The Amiga Replacement OS
$Id: amiga.h,v 1.1 1997/01/09 18:21:15 digulla Exp $
Desc: Amiga-specific things
Lang: english
*/
#if defined(__SASC) || defined(__GNUC__)
# define HAS_STRING_H
#endif
#define __AROS_STRUCTURE_ALIGNMENT 4
/* To handle the slightly different procedure naming */
#define AROS_SLIB_ENTRY(n,s) s##_##n
#endif /* AROS_AMIGA_H */