Ver código fonte

Fixing another win32 build issue

BearishSun 10 anos atrás
pai
commit
63d1ab5b25
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      BansheeEditor/Source/Win32/BsVSCodeEditor.cpp

+ 1 - 1
BansheeEditor/Source/Win32/BsVSCodeEditor.cpp

@@ -611,7 +611,7 @@ EndProject)";
 		bool is64bit = true;
 		bool is64bit = true;
 #else
 #else
 		bool is64bit = false;
 		bool is64bit = false;
-		IsWow64Process(GetCurrentProcess(), &is64bit);
+		IsWow64Process(GetCurrentProcess(), (PBOOL)&is64bit);
 #endif
 #endif
 
 
 		WString registryKeyRoot;
 		WString registryKeyRoot;