mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
define O_CLOEXEC as O_NOINHERIT on windows
This commit is contained in:
parent
698d1e59f5
commit
d90736f84f
@ -21,6 +21,8 @@ extern "C" {
|
||||
#define ECHO 0
|
||||
#define TCSAFLUSH 0
|
||||
#define TCSANOW 0
|
||||
#define O_CLOEXEC O_NOINHERIT
|
||||
#define O_NOCTTY 0
|
||||
#define nl_langinfo(x) NULL
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user