From 30ef04893b41c174b56db605640ba9efb0b08697 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 23 Mar 2017 03:03:26 +0000 Subject: [PATCH] compat.h: Re-taxonomize one item. git-svn-id: https://svn.eduke32.com/eduke32@6091 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/include/compat.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/build/include/compat.h b/source/build/include/compat.h index 8a3c382b6..d4501a909 100644 --- a/source/build/include/compat.h +++ b/source/build/include/compat.h @@ -359,17 +359,6 @@ typedef ssize_t bssize_t; 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_TEXT O_TEXT #define BO_RDONLY O_RDONLY @@ -568,6 +557,17 @@ static FORCE_INLINE int32_t Blrintf(const float x) # define strtoll _strtoi64 #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 # undef PRIdPTR # define PRIdPTR "d"