From dff399ada6004e74bf9f03ff6135ad3c4cf0863d Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sun, 3 Apr 2005 11:58:31 +0000 Subject: [PATCH] Add missing file svn path=/branches/xmlbuildsystem/; revision=14472 --- reactos/tools/rbuild/backend/mingw/pipe_detection.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 reactos/tools/rbuild/backend/mingw/pipe_detection.c diff --git a/reactos/tools/rbuild/backend/mingw/pipe_detection.c b/reactos/tools/rbuild/backend/mingw/pipe_detection.c new file mode 100644 index 00000000000..ae9e0d8632c --- /dev/null +++ b/reactos/tools/rbuild/backend/mingw/pipe_detection.c @@ -0,0 +1,5 @@ +int +main ( int argc, char** argv ) +{ + return 0; +}