Selaa lähdekoodia

Fix typo which breaks compilation in mingw64

Victor Luchits 11 vuotta sitten
vanhempi
sitoutus
5a7efdc420
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Include/Rocket/Core/Platform.h

+ 1 - 1
Include/Rocket/Core/Platform.h

@@ -48,7 +48,7 @@
 	#define ROCKET_DEBUG
 #endif
 
-#if defined __LP64__ || defined _M_X64 || defined __MING64__ || defined _LP64
+#if defined __LP64__ || defined _M_X64 || defined __MINGW64__ || defined _LP64
     #define ROCKET_ARCH_64
 #else
     #define ROCKET_ARCH_32