Fix RO build.
This commit is contained in:
parent
b6c149f3d6
commit
8e8c75cfe3
|
@ -130,6 +130,8 @@ char *realpath(const char *path, char *resolved_path);
|
|||
/* windows */
|
||||
#if (defined(_WIN32))
|
||||
#define SSIZET_FMT "Iu"
|
||||
#elif (defined(riscos))
|
||||
#define SSIZET_FMT "zd"
|
||||
#else
|
||||
#define SSIZET_FMT "zd"
|
||||
#define O_BINARY 0
|
||||
|
|
Loading…
Reference in New Issue