Skip to content

Implement fd passing for Windows spawn

Marc-André Lureau requested to merge malureau/glib:w32-spawn-fds into main

The Windows implementation was left-out for g_spawn_async_with_pipes_and_fds () when introduced.

Since commit d98a5225, dbus testing requires spawning a daemon with fd passing!

Related to #1371

Edited by Marc-André Lureau

Merge request reports