Selaa lähdekoodia

Fixing another win32 build issue

BearishSun 10 vuotta sitten
vanhempi
sitoutus
63d1ab5b25
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      BansheeEditor/Source/Win32/BsVSCodeEditor.cpp

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

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