Commit df6f09b7 authored by Paul Hunkin's avatar Paul Hunkin

Fixed comment style

parent dece536b
...@@ -67,12 +67,10 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment