mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 12:10:35 -05:00
Fixed Mac OS X config header when compiling with -Wundef.
--HG-- branch : SDL-1.2
This commit is contained in:
parent
b1f62e0e2f
commit
3e834e754f
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
/* Enable various video drivers */
|
||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
#if TARGET_API_MAC_CARBON
|
||||
#if ((defined TARGET_API_MAC_CARBON) && (TARGET_API_MAC_CARBON))
|
||||
#define SDL_VIDEO_DRIVER_TOOLBOX 1
|
||||
#else
|
||||
#define SDL_VIDEO_DRIVER_QUARTZ 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user