Commit 87a36c0c authored by Johan Wikman's avatar Johan Wikman

O_BINARY might be defined.

Some unix environments defines O_BINARY.
parent f2b13761
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment