mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-06 12:14:15 +00:00
nswitch: don't redefine O_BINARY
This commit is contained in:
parent
36e7856b9c
commit
25fb89f717
@ -45,9 +45,9 @@ GNU General Public License for more details.
|
|||||||
#else
|
#else
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#define HAVE_DUP
|
#define HAVE_DUP
|
||||||
|
#define O_BINARY 0
|
||||||
#endif
|
#endif
|
||||||
#define O_BINARY 0
|
#define O_TEXT 0
|
||||||
#define O_TEXT 0
|
|
||||||
#define _mkdir( x ) mkdir( x, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH )
|
#define _mkdir( x ) mkdir( x, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user