mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
... on the other hand, O_BINARY is a Win32 thing
svn path=/trunk/; revision=44060
This commit is contained in:
parent
f93a056987
commit
652e881f54
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.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. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue