Add missing file
Added: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/pipe_detection.c

Added: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/pipe_detection.c
--- branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/pipe_detection.c	2005-04-03 11:57:34 UTC (rev 14471)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/pipe_detection.c	2005-04-03 11:58:31 UTC (rev 14472)
@@ -0,0 +1,5 @@
+int
+main ( int argc, char** argv )
+{
+	return 0;
+}