Fixed comment style

This commit is contained in:
Paul Hunkin 2010-05-23 15:08:30 +12:00
parent dece536bfc
commit df6f09b78d

View file

@ -67,12 +67,10 @@
#endif #endif
#if defined(ANDROID) #if defined(ANDROID)
#undef __ANDROID__ #undef __ANDROID__
#undef __LINUX__ //do we need to do this? #undef __LINUX__ /*do we need to do this?*/
#define __ANDROID__ 1 #define __ANDROID__ 1
#endif #endif
#if defined(__APPLE__) #if defined(__APPLE__)
/* lets us know what version of Mac OS X we're compiling on */ /* lets us know what version of Mac OS X we're compiling on */
#include "AvailabilityMacros.h" #include "AvailabilityMacros.h"