SDL_opengl: Fix Mac build for SDK 10.9 too.
This commit is contained in:
parent
d623c0b443
commit
d34184461f
2 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,7 @@ struct SDL_SysWMinfo;
|
|||
|
||||
#if defined(SDL_VIDEO_DRIVER_COCOA)
|
||||
#ifdef __OBJC__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
@class NSWindow;
|
||||
#else
|
||||
typedef struct _NSWindow NSWindow;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue