author | Paul Hunkin <paul@bieh.net> |
Sun, 23 May 2010 15:08:30 +1200 | |
changeset 4696 | 3a3e8fb1b6f4 |
parent 4695 | b7918263da92 |
child 4697 | a5c4ded0c979 |
--- a/include/SDL_platform.h Mon May 17 15:14:34 2010 +1200 +++ b/include/SDL_platform.h Sun May 23 15:08:30 2010 +1200 @@ -67,12 +67,10 @@ #endif #if defined(ANDROID) #undef __ANDROID__ -#undef __LINUX__ //do we need to do this? +#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 */ #include "AvailabilityMacros.h"