GSubprocess win32 fixups

Note: we go out of our way not to pass a child setup function on win32
(even if it does nothing) because we get a g_warning() from gspawn if we
do so.
This commit is contained in:
Ryan Lortie
2013-10-21 14:55:21 -04:00
parent b21c86b6a0
commit 358588ed2a
5 changed files with 64 additions and 11 deletions

View File

@@ -31,6 +31,7 @@
#include "gioerror.h"
#include "gsimpleasyncresult.h"
#include "gwin32inputstream.h"
#include "giowin32-priv.h"
#include "gcancellable.h"
#include "gasynchelper.h"
#include "glibintl.h"