Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added line to include SDL_config_iphoneos.h when the platform is __IP…
Browse files Browse the repository at this point in the history
…HONEOS__
  • Loading branch information
Holmes Futrell committed Jul 18, 2008
1 parent fa22dea commit 165eb2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_config.h.default
Expand Up @@ -28,6 +28,8 @@
/* Add any platform that doesn't build using the configure system */
#if defined(__DREAMCAST__)
#include "SDL_config_dreamcast.h"
#elif defined(__IPHONEOS__)
#include "SDL_config_iphoneos.h"
#elif defined(__MACOSX__)
#include "SDL_config_macosx.h"
#elif defined(__WIN32__)
Expand Down

0 comments on commit 165eb2f

Please sign in to comment.