From: johanengelen Date: Thu, 27 Mar 2008 23:01:20 +0000 (+0000) Subject: comment #define BYPASS_GLIB_SPAWN 1 to fix build on windows X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d4c2b0e543b060fcff3fb62ae6378f0de8ccb1f;p=inkscape.git comment #define BYPASS_GLIB_SPAWN 1 to fix build on windows --- diff --git a/src/io/sys.cpp b/src/io/sys.cpp index e659774e2..8811b084b 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -28,7 +28,7 @@ #ifdef WIN32 -#define BYPASS_GLIB_SPAWN 1 +//#define BYPASS_GLIB_SPAWN 1 #ifdef BYPASS_GLIB_SPAWN