From: Krzysztof KosiƄski Date: Fri, 5 Mar 2010 22:52:15 +0000 (+0100) Subject: Adjust Windows build after fixing LP #520532 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34c409c20f7ef063b09462c5509a450201e69226;p=inkscape.git Adjust Windows build after fixing LP #520532 --- diff --git a/build.xml b/build.xml index 61cd10744..524ef8b9c 100644 --- a/build.xml +++ b/build.xml @@ -480,7 +480,6 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mconsole -mthreads @@ -536,7 +535,6 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mconsole -mthreads diff --git a/src/winmain.cpp b/src/winmain.cpp index 4fde2c574..752ab8e6b 100644 --- a/src/winmain.cpp +++ b/src/winmain.cpp @@ -8,6 +8,7 @@ #ifdef G_OS_WIN32 #undef DATADIR +#include #include #include #define _WIN32_WINNT 0x0501