瀏覽代碼

Merge pull request #236 from Warsow/typo_fix

Fix typo which breaks compilation in mingw64
David Wimsey 11 年之前
父節點
當前提交
f4623ce769
共有 1 個文件被更改,包括 1 次插入1 次删除
  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