Преглед изворни кода

Fixing another win32 build issue

BearishSun пре 10 година
родитељ
комит
63d1ab5b25
1 измењених фајлова са 1 додато и 1 уклоњено
  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;