mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Fix non-win32 build error in my recent commit
This commit is contained in:
parent
6d51527ba0
commit
bb78753a66
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user