Browse Source

Fix typo which breaks compilation in mingw64

Victor Luchits 11 năm trước cách đây
mục cha
commit
5a7efdc420
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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