Fixed Mac OS X config header when compiling with -Wundef.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2007-03-28 00:36:35 +00:00
parent b1f62e0e2f
commit 3e834e754f

View File

@ -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