From ce5d8968c6b9bddae53efe793f7096ef356f35c0 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Tue, 2 Aug 2005 18:21:48 +0000 Subject: [PATCH] Fix linux build. svn path=/trunk/; revision=16975 --- reactos/tools/pefixup.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/tools/pefixup.c b/reactos/tools/pefixup.c index 9f6e9a080ce..1439b6fd4f6 100644 --- a/reactos/tools/pefixup.c +++ b/reactos/tools/pefixup.c @@ -25,6 +25,10 @@ #include #include +#ifndef O_BINARY +#define O_BINARY 0 +#endif + /* The following definitions are ripped from MinGW W32API headers. We don't use these headers directly in order to allow compilation on Linux hosts. */ -- 2.17.1