switch: disable dup()

This commit is contained in:
fgsfds 2021-05-28 06:00:44 +03:00 committed by Alibek Omarov
parent cd2c87dd47
commit 7eb94c0fb2
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ GNU General Public License for more details.
#endif
#define PATH_SPLITTER "/"
#define HAVE_DUP
#if !XASH_NSWITCH
#define HAVE_DUP
#endif
#define O_BINARY 0
#define O_TEXT 0