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

Revert "Fixing another win32 build issue"

This reverts commit 63d1ab5b25435c2d2b3cc8a123cdc57859a9cc66.
BearishSun пре 9 година
родитељ
комит
aa92da7fb9
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(), (PBOOL)&is64bit);
+		IsWow64Process(GetCurrentProcess(), &is64bit);
 #endif
 
 		WString registryKeyRoot;