mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Initial commit, adding __ANDROID__ to the platform list
This commit is contained in:
parent
9a5b4a1a84
commit
205e65f689
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user