mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
windows: patch out more constants
This commit is contained in:
parent
f28152d95e
commit
1113f7dd35
@ -29,6 +29,9 @@ extern "C" {
|
||||
#define sigset_t int
|
||||
#define sigfillset(x)
|
||||
#define sigemptyset(x)
|
||||
#define O_CLOEXEC O_NOINHERIT
|
||||
#define O_DIRECTORY 0
|
||||
#define S_IFLNK 0
|
||||
#else // bsd
|
||||
#include <poll.h>
|
||||
#include <netinet/in.h>
|
||||
|
@ -24,7 +24,6 @@ extern "C" {
|
||||
#define ISIG 0
|
||||
#define TCSAFLUSH 0
|
||||
#define TCSANOW 0
|
||||
#define O_CLOEXEC O_NOINHERIT
|
||||
#define O_NOCTTY 0
|
||||
#define SA_SIGINFO 0
|
||||
#define SA_RESETHAND 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user