From ab7b3f92bfc2bbed45ad8937ed211e6e205d167b Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 5 Aug 2011 22:37:06 +0200 Subject: [PATCH] Win32 compile fix. Do not limit ACTION_RELOAD to unix only because it is used in the crossplattform function handle_reload_watch(). --- bus/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/main.c b/bus/main.c index e879ff86d..8a9ffdfe9 100644 --- a/bus/main.c +++ b/bus/main.c @@ -48,13 +48,13 @@ static int reload_pipe[2]; static void close_reload_pipe (DBusWatch **); -#ifdef DBUS_UNIX typedef enum { ACTION_RELOAD = 'r', ACTION_QUIT = 'q' } SignalAction; +#ifdef DBUS_UNIX static void signal_handler (int sig) { -- 2.47.3