Initial commit, adding __ANDROID__ to the platform list

This commit is contained in:
Paul Hunkin 2010-05-17 15:14:34 +12:00
parent d12afdaedb
commit dece536bfc

View file

@ -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 */