From 480c4de5dfb157780cef7e764596d2506fcca1c3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 11 Jul 2007 16:56:29 +0000 Subject: cleaned up OS macros svn path=/trunk/externals/moonlib/; revision=8007 --- ssaw~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssaw~.c') diff --git a/ssaw~.c b/ssaw~.c index 07454ef..9c74ea1 100644 --- a/ssaw~.c +++ b/ssaw~.c @@ -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 */ -- cgit v1.2.1