mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
a few win32 compile fixes
This commit is contained in:
Binary file not shown.
@@ -167,6 +167,7 @@
|
|||||||
OptimizeReferences="0"
|
OptimizeReferences="0"
|
||||||
EnableCOMDATFolding="0"
|
EnableCOMDATFolding="0"
|
||||||
LinkTimeCodeGeneration="0"
|
LinkTimeCodeGeneration="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="0"
|
DataExecutionPrevention="0"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
|
@@ -18,7 +18,13 @@
|
|||||||
#include "sdl_private.h"
|
#include "sdl_private.h"
|
||||||
#include "noimpl.h"
|
#include "noimpl.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
//#include "SDL_syswm.h"
|
|
||||||
|
#ifdef WIN32
|
||||||
|
|
||||||
|
#include "SDL_syswm.h"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "leak_dumper.h"
|
#include "leak_dumper.h"
|
||||||
|
|
||||||
using namespace Shared::Util;
|
using namespace Shared::Util;
|
||||||
|
Reference in New Issue
Block a user