diff options
Diffstat (limited to 'ide/Xcode4/config.h')
| -rw-r--r-- | ide/Xcode4/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/Xcode4/config.h b/ide/Xcode4/config.h index da55383cf..ed1b8fbbc 100644 --- a/ide/Xcode4/config.h +++ b/ide/Xcode4/config.h @@ -16,7 +16,9 @@ #define USE_XFT 0 #define HAVE_XDBE 0 #define USE_XDBE HAVE_XDBE +#ifdef __APPLE__ #define __APPLE_QUARTZ__ 1 +#endif #define HAVE_OVERLAY 0 #define HAVE_GL_OVERLAY HAVE_OVERLAY #if defined(__BIG_ENDIAN__) |
