Fix linux build.
authorFilip Navara <filip.navara@gmail.com>
Tue, 2 Aug 2005 18:21:48 +0000 (18:21 +0000)
committerFilip Navara <filip.navara@gmail.com>
Tue, 2 Aug 2005 18:21:48 +0000 (18:21 +0000)
svn path=/trunk/; revision=16975

reactos/tools/pefixup.c

index 9f6e9a0..1439b6f 100644 (file)
 #include <string.h>\r
 #include <fcntl.h>\r
 \r
+#ifndef O_BINARY\r
+#define O_BINARY 0\r
+#endif\r
+\r
 /* The following definitions are ripped from MinGW W32API headers. We don't\r
    use these headers directly in order to allow compilation on Linux hosts. */\r
 \r