Use `_dup` instead of `dup` on Windows; ref #3903

parent a510564d
......@@ -25,6 +25,7 @@
#include <io.h>
#define open _open
#define close _close
#define dup _dup
#define read _read
#define write _write
#define lseek _lseek
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment