Fixed comment style
This commit is contained in:
parent
dece536bfc
commit
df6f09b78d
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue