bandb: use _WIN32 guards where appropriate

This commit is contained in:
William Pitcock 2016-03-20 02:14:13 -05:00
parent 3c27591e9d
commit 4c1e52d3a7

View file

@ -255,7 +255,7 @@ dummy_handler(int sig)
static void
setup_signals(void)
{
#ifndef WINDOWS
#ifndef _WIN32
struct sigaction act;
act.sa_flags = 0;