aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/shared.h b/shared/shared.h
index 7809fb6..c779d96 100644
--- a/shared/shared.h
+++ b/shared/shared.h
@@ -76,7 +76,7 @@ typedef unsigned char uchar;
#define SHARED_LOWOFFSET 0
#endif
-#ifdef MACOSX
+#ifdef __APPLE__
#ifndef int32
typedef int int32;
#endif