Initial commit, adding __ANDROID__ to the platform list
This commit is contained in:
parent
d12afdaedb
commit
dece536bfc
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue