From 86c337582903bcb1f6cede35d8f1c42b41cd0845 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 10 May 2006 07:42:02 +0000 Subject: [PATCH] Need to use __MACOSX__ for the Mac OS X platform. --- src/video/maccommon/SDL_macgl_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/maccommon/SDL_macgl_c.h b/src/video/maccommon/SDL_macgl_c.h index 9cb960299..df1cbe503 100644 --- a/src/video/maccommon/SDL_macgl_c.h +++ b/src/video/maccommon/SDL_macgl_c.h @@ -26,7 +26,7 @@ #if SDL_VIDEO_OPENGL #include "SDL_opengl.h" -#ifdef MACOSX +#if __MACOSX__ #include /* AGL.framework */ #else #include