Ver Fonte

Merge pull request #70 from waywardmonkeys/emscripten-def

Use __EMSCRIPTEN__ rather than EMSCRIPTEN.
Branimir Karadžić há 10 anos atrás
pai
commit
95bdbc5e06
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      include/bx/platform.h

+ 1 - 1
include/bx/platform.h

@@ -175,7 +175,7 @@
 #elif defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
 #	undef  BX_PLATFORM_OSX
 #	define BX_PLATFORM_OSX 1
-#elif defined(EMSCRIPTEN)
+#elif defined(__EMSCRIPTEN__)
 #	undef  BX_PLATFORM_EMSCRIPTEN
 #	define BX_PLATFORM_EMSCRIPTEN 1
 #elif defined(__ORBIS__)