summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-06-30 16:23:42 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-06-30 16:23:42 +0000
commit1dab7893195814ba916bb9ec212a7084fd67fb97 (patch)
treeb09e2efcd23bb4259d19675e0a5d4ec0e9a4e3f4 /src/main.cpp
parent8d74404ce57618922b42913d94709f9c49d65d5d (diff)
downloadmana-client-1dab7893195814ba916bb9ec212a7084fd67fb97.tar.gz
mana-client-1dab7893195814ba916bb9ec212a7084fd67fb97.tar.bz2
mana-client-1dab7893195814ba916bb9ec212a7084fd67fb97.tar.xz
mana-client-1dab7893195814ba916bb9ec212a7084fd67fb97.zip
fixed a mistake in the last commit (read an #ifndef as #ifdef)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c39582f2..3550c298 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,10 +36,12 @@
#include <libxml/parser.h>
+#ifdef WIN32
+#include <SDL_syswm.h>
+#endif
#ifndef WIN32
#include <cerrno>
#include <sys/stat.h>
-#include <SDL_syswm.h>
#endif
#if defined __APPLE__
#include <CoreFoundation/CFBundle.h>