Commit 9d85d36f authored by Sam Lantinga's avatar Sam Lantinga

Need to use __MACOSX__ for the Mac OS X platform.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401765
parent ee2930d6
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#if SDL_VIDEO_OPENGL #if SDL_VIDEO_OPENGL
#include "SDL_opengl.h" #include "SDL_opengl.h"
#ifdef MACOSX #if __MACOSX__
#include <AGL/agl.h> /* AGL.framework */ #include <AGL/agl.h> /* AGL.framework */
#else #else
#include <agl.h> #include <agl.h>
......
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