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