Not needed, just use -DPCRE_STATIC.
[platform/upstream/glib.git] / tests / gio-test.c
index 1ed5236..cc56ef4 100644 (file)
@@ -39,6 +39,7 @@
   #include <process.h>
   #define STRICT
   #include <windows.h>
+  #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
 #else
   #ifdef HAVE_UNISTD_H
     #include <unistd.h>