aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 16:56:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 16:56:29 +0000
commit480c4de5dfb157780cef7e764596d2506fcca1c3 (patch)
tree353c5fc2cc18d61947c07387a81b72c5aad2b640
parentc776b229efc7a2cba5912a2da23742668eeac7c4 (diff)
cleaned up OS macros
svn path=/trunk/externals/moonlib/; revision=8007
-rw-r--r--ssaw~.c4
1 files changed, 2 insertions, 2 deletions
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 */