Explorar o código

Revert "Fixing another win32 build issue"

This reverts commit 63d1ab5b25435c2d2b3cc8a123cdc57859a9cc66.
BearishSun %!s(int64=9) %!d(string=hai) anos
pai
achega
aa92da7fb9
Modificáronse 1 ficheiros con 1 adicións e 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;