Explorar el Código

Revert "Fixing another win32 build issue"

This reverts commit 63d1ab5b25435c2d2b3cc8a123cdc57859a9cc66.
BearishSun hace 9 años
padre
commit
aa92da7fb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(), (PBOOL)&is64bit);
+		IsWow64Process(GetCurrentProcess(), &is64bit);
 #endif
 
 		WString registryKeyRoot;