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; +}