mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 04:30:10 +01:00
Win32 compile fix.
Do not limit ACTION_RELOAD to unix only because it is used in the crossplattform function handle_reload_watch().
This commit is contained in:
parent
82495f4b40
commit
ab7b3f92bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue