summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 291a365)
raw | patch | inline | side by side (parent: 291a365)
author | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Fri, 5 Mar 2010 22:52:15 +0000 (23:52 +0100) | ||
committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Fri, 5 Mar 2010 22:52:15 +0000 (23:52 +0100) |
build.xml | patch | blob | history | |
src/winmain.cpp | patch | blob | history |
diff --git a/build.xml b/build.xml
index 61cd10744814492717c1495069388dc160f4522c..524ef8b9c515f1999090526001f8a18e66455577 100644 (file)
--- a/build.xml
+++ b/build.xml
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mconsole
-mthreads
</flags>
<fileset dir="${build}">
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mconsole
-mthreads
</flags>
<fileset dir="${build}">
diff --git a/src/winmain.cpp b/src/winmain.cpp
index 4fde2c5748ade9eefa3483a669e237c9f26ecea6..752ab8e6bf6042cb61ad1c3f7cb23db9f6302aed 100644 (file)
--- a/src/winmain.cpp
+++ b/src/winmain.cpp
#ifdef G_OS_WIN32
#undef DATADIR
+#include <stdio.h>
#include <io.h>
#include <conio.h>
#define _WIN32_WINNT 0x0501