1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Only include SDL_syswm.h on Windows.

This commit is contained in:
Frank Zago
2009-12-03 04:01:14 +00:00
parent 0a96decf87
commit 39ad6b0270

View File

@@ -43,7 +43,10 @@
#include "../lib/VCMIDirs.h"
#include <cstdlib>
#include "../lib/NetPacks.h"
#ifdef _WIN32
#include "SDL_syswm.h"
#endif
#if __MINGW32__
#undef main