diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-27 23:01:20 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-27 23:01:20 +0000 |
| commit | b9f4d0423add5ca6b0fc79bc39ec7f2ab7b8f7d8 (patch) | |
| tree | 55d36a8b50b9126a7d8571a74e3b8643a44766f5 /src/io/sys.cpp | |
| parent | Bug #204779 win32 crash on help menu - win32 spawn problem (diff) | |
| download | inkscape-b9f4d0423add5ca6b0fc79bc39ec7f2ab7b8f7d8.tar.gz inkscape-b9f4d0423add5ca6b0fc79bc39ec7f2ab7b8f7d8.zip | |
comment #define BYPASS_GLIB_SPAWN 1 to fix build on windows
(bzr r5208)
Diffstat (limited to 'src/io/sys.cpp')
| -rw-r--r-- | src/io/sys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
