From e2decdf0f1d3ce9c845f98afad9452afb0291ab3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 18 Sep 2008 19:40:50 -0400 Subject: [win32] Protect usage of SIGHUP with #ifdef Signed-off-by: Colin Walters --- tools/dbus-launch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/dbus-launch.c') diff --git a/tools/dbus-launch.c b/tools/dbus-launch.c index 216f7435..139d0aaf 100644 --- a/tools/dbus-launch.c +++ b/tools/dbus-launch.c @@ -402,7 +402,9 @@ signal_handler (int sig) { switch (sig) { +#ifdef SIGHUP case SIGHUP: +#endif case SIGTERM: got_sighup = TRUE; break; -- cgit