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

Commit

Permalink
Added the Android config include to the default config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 4, 2011
1 parent d9de3e6 commit 072eb66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_config.h.default
Expand Up @@ -34,6 +34,8 @@
/* Add any platform that doesn't build using the configure system. */
#if defined(__NINTENDODS__)
#include "SDL_config_nintendods.h"
#elif defined(__ANDROID__)
#include "SDL_config_android.h"
#elif defined(__IPHONEOS__)
#include "SDL_config_iphoneos.h"
#elif defined(__MACOSX__)
Expand Down

0 comments on commit 072eb66

Please sign in to comment.