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

Commit

Permalink
Initial commit, adding __ANDROID__ to the platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
bieh committed May 17, 2010
1 parent 1b0384f commit 47a8620
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/SDL_platform.h
Expand Up @@ -65,6 +65,13 @@
#undef __LINUX__
#define __LINUX__ 1
#endif
#if defined(ANDROID)
#undef __ANDROID__
#undef __LINUX__ //do we need to do this?
#define __ANDROID__ 1
#endif



#if defined(__APPLE__)
/* lets us know what version of Mac OS X we're compiling on */
Expand Down

0 comments on commit 47a8620

Please sign in to comment.