bandb: use _WIN32 guards where appropriate
This commit is contained in:
parent
3c27591e9d
commit
4c1e52d3a7
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ dummy_handler(int sig)
|
|||
static void
|
||||
setup_signals(void)
|
||||
{
|
||||
#ifndef WINDOWS
|
||||
#ifndef _WIN32
|
||||
struct sigaction act;
|
||||
|
||||
act.sa_flags = 0;
|
||||
|
|
Loading…
Reference in a new issue