]> jfr.im git - solanum.git/blobdiff - bandb/bandb.c
bandb: use _WIN32 guards where appropriate
[solanum.git] / bandb / bandb.c
index 1936b416040863abd795b0b4b263a4ad9b703274..7f7688d9e1d764ebdf49505fa14da8b997c8e053 100644 (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;