diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-11 16:56:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-11 16:56:29 +0000 |
commit | 480c4de5dfb157780cef7e764596d2506fcca1c3 (patch) | |
tree | 353c5fc2cc18d61947c07387a81b72c5aad2b640 | |
parent | c776b229efc7a2cba5912a2da23742668eeac7c4 (diff) |
cleaned up OS macros
svn path=/trunk/externals/moonlib/; revision=8007
-rw-r--r-- | ssaw~.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,12 +72,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #define int32 int32_t #else -#ifdef MACOSX +#ifdef __APPLE__ #define HIOFFSET 0 /* word offset to find MSB */ #define LOWOFFSET 1 /* word offset to find LSB */ #define int32 int /* a data type that has 32 bits */ -#endif /* MACOSX */ +#endif /* __APPLE__ */ #endif /* __linux__ */ #endif /* MSW */ #endif /* SGI */ |