summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2007-01-14 22:29:06 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2007-01-14 22:29:06 +0000
commit2a7e2e34e85abd33b41499420565e988c26ca062 (patch)
treeecf0c5a741deb3cd2e4f6f2412e9a32e8eb7b37e /src/main.cpp
parentf842e0b40d8382011f0bc46b1446945d99ac0425 (diff)
downloadmana-client-2a7e2e34e85abd33b41499420565e988c26ca062.tar.gz
mana-client-2a7e2e34e85abd33b41499420565e988c26ca062.tar.bz2
mana-client-2a7e2e34e85abd33b41499420565e988c26ca062.tar.xz
mana-client-2a7e2e34e85abd33b41499420565e988c26ca062.zip
Fixed windows headers issues
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8c70d62f..08fe693a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,8 +39,6 @@
#if (defined __USE_UNIX98 || defined __FreeBSD__)
#include <cerrno>
#include <sys/stat.h>
-#elif defined WIN32
-#define NOGDI
#endif
#include "configuration.h"