Fix non-win32 build error in my recent commit

This commit is contained in:
Alexander Larsson 2012-04-19 20:46:08 +02:00
parent 6d51527ba0
commit bb78753a66

View File

@ -527,8 +527,9 @@ start_daemon (GTestDBus *self)
G_SPAWN_SEARCH_PATH
#ifdef G_OS_WIN32
/* We Need this to get the pid returned on win32 */
| G_SPAWN_DO_NOT_REAP_CHILD,
| G_SPAWN_DO_NOT_REAP_CHILD
#endif
,
NULL,
NULL,
&self->priv->bus_pid,