Fixed Mac OS X config header when compiling with -Wundef.
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402288
This commit is contained in:
parent
db2fe20ace
commit
357970bfe2
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
|
|
||||||
/* Enable various video drivers */
|
/* Enable various video drivers */
|
||||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
#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
|
#define SDL_VIDEO_DRIVER_TOOLBOX 1
|
||||||
#else
|
#else
|
||||||
#define SDL_VIDEO_DRIVER_QUARTZ 1
|
#define SDL_VIDEO_DRIVER_QUARTZ 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue