Skip to content

Commit

Permalink
Need to use __MACOSX__ for the Mac OS X platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 10, 2006
1 parent 8177076 commit 7beab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/maccommon/SDL_macgl_c.h
Expand Up @@ -26,7 +26,7 @@

#if SDL_VIDEO_OPENGL
#include "SDL_opengl.h"
#ifdef MACOSX
#if __MACOSX__
#include <AGL/agl.h> /* AGL.framework */
#else
#include <agl.h>
Expand Down

0 comments on commit 7beab04

Please sign in to comment.