mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +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
|
||||
#include <dlfcn.h>
|
||||
#define HAVE_DUP
|
||||
#define O_BINARY 0
|
||||
#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 )
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user