diff --git a/mk/windoze/Glest.suo b/mk/windoze/Glest.suo index a7338754b..eeb2666bc 100755 Binary files a/mk/windoze/Glest.suo and b/mk/windoze/Glest.suo differ diff --git a/mk/windoze/glest_game.vcproj b/mk/windoze/glest_game.vcproj index 6975744c7..5b00c25b8 100755 --- a/mk/windoze/glest_game.vcproj +++ b/mk/windoze/glest_game.vcproj @@ -167,6 +167,7 @@ OptimizeReferences="0" EnableCOMDATFolding="0" LinkTimeCodeGeneration="0" + RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1" /> diff --git a/source/shared_lib/sources/platform/sdl/window.cpp b/source/shared_lib/sources/platform/sdl/window.cpp index ab5009543..fec55b8d3 100644 --- a/source/shared_lib/sources/platform/sdl/window.cpp +++ b/source/shared_lib/sources/platform/sdl/window.cpp @@ -18,7 +18,13 @@ #include "sdl_private.h" #include "noimpl.h" #include "util.h" -//#include "SDL_syswm.h" + +#ifdef WIN32 + +#include "SDL_syswm.h" + +#endif + #include "leak_dumper.h" using namespace Shared::Util;