Skip to content

Commit

Permalink
Fixed Mac OS X config header when compiling with -Wundef.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 28, 2007
1 parent 661a745 commit cdfe9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_macosx.h
Expand Up @@ -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
Expand Down

0 comments on commit cdfe9f3

Please sign in to comment.