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
#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"