Move tree tests to the test framework
[platform/upstream/glib.git] / tests / spawn-test.c
index 501049b..1bc360a 100644 (file)
@@ -35,6 +35,7 @@
 #ifdef G_OS_WIN32
 #include <fcntl.h>
 #include <io.h>
+#define pipe(fds) _pipe(fds, 4096, _O_BINARY)
 #endif