mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
@B fix if O_BINARY is undefined
This commit is contained in:
@ -49,6 +49,10 @@ Copyright © 1995-2001, The AROS Development Team. All rights reserved.
|
|||||||
#define ATTRIBUTE_UNUSED __attribute__((unused))
|
#define ATTRIBUTE_UNUSED __attribute__((unused))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(O_BINARY)
|
||||||
|
#define O_BINARY 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (defined(__GNUC__))&&defined(WIN32)
|
#if (defined(__GNUC__))&&defined(WIN32)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#define mkdir(path, mode) mkdir(path)
|
#define mkdir(path, mode) mkdir(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user