mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
compat.h: Re-taxonomize one item.
git-svn-id: https://svn.eduke32.com/eduke32@6091 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
28ad096e38
commit
30ef04893b
1 changed files with 11 additions and 11 deletions
|
@ -359,17 +359,6 @@ typedef ssize_t bssize_t;
|
||||||
|
|
||||||
typedef FILE BFILE;
|
typedef FILE BFILE;
|
||||||
|
|
||||||
#ifndef O_BINARY
|
|
||||||
# define O_BINARY 0
|
|
||||||
#endif
|
|
||||||
#ifndef O_TEXT
|
|
||||||
# define O_TEXT 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef F_OK
|
|
||||||
# define F_OK 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define BO_BINARY O_BINARY
|
#define BO_BINARY O_BINARY
|
||||||
#define BO_TEXT O_TEXT
|
#define BO_TEXT O_TEXT
|
||||||
#define BO_RDONLY O_RDONLY
|
#define BO_RDONLY O_RDONLY
|
||||||
|
@ -568,6 +557,17 @@ static FORCE_INLINE int32_t Blrintf(const float x)
|
||||||
# define strtoll _strtoi64
|
# define strtoll _strtoi64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_BINARY
|
||||||
|
# define O_BINARY 0
|
||||||
|
#endif
|
||||||
|
#ifndef O_TEXT
|
||||||
|
# define O_TEXT 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef F_OK
|
||||||
|
# define F_OK 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef GEKKO
|
#ifdef GEKKO
|
||||||
# undef PRIdPTR
|
# undef PRIdPTR
|
||||||
# define PRIdPTR "d"
|
# define PRIdPTR "d"
|
||||||
|
|
Loading…
Reference in a new issue