Commit 4bf62478 authored by Sam Lantinga's avatar Sam Lantinga

Fixed precompiled headers on MacOS X

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40347
parent 1eca7853
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
#endif #endif
/* Apparently this is needed by several Windows compilers */ /* Apparently this is needed by several Windows compilers */
#if !defined(__MACH__)
#ifndef NULL #ifndef NULL
#ifdef __cplusplus #ifdef __cplusplus
#define NULL 0 #define NULL 0
...@@ -132,3 +133,4 @@ ...@@ -132,3 +133,4 @@
#define NULL ((void *)0) #define NULL ((void *)0)
#endif #endif
#endif /* NULL */ #endif /* NULL */
#endif /* ! MacOS X - breaks precompiled headers */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment