O_BINARY might be defined.

Some unix environments defines O_BINARY.
This commit is contained in:
Johan Wikman 2014-11-07 12:02:11 +02:00
parent f2b13761c0
commit 87a36c0c30

View File

@ -1283,7 +1283,9 @@ typedef HANDLE process_id_t;
#endif
#include <inttypes.h>
#include <pwd.h>
#if !defined(O_BINARY)
#define O_BINARY 0
#endif
#define INT64_FMT PRId64
typedef struct stat file_stat_t;
typedef pid_t process_id_t;