mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix linux build.
svn path=/trunk/; revision=16975
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user