mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-19 04:01:57 +02: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
|
G_SPAWN_SEARCH_PATH
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
/* We Need this to get the pid returned on win32 */
|
/* We Need this to get the pid returned on win32 */
|
||||||
| G_SPAWN_DO_NOT_REAP_CHILD,
|
| G_SPAWN_DO_NOT_REAP_CHILD
|
||||||
#endif
|
#endif
|
||||||
|
,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&self->priv->bus_pid,
|
&self->priv->bus_pid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user