diff options
Diffstat (limited to 'src/GlobalEvents.hxx')
-rw-r--r-- | src/GlobalEvents.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx index fac116935..16de7e675 100644 --- a/src/GlobalEvents.hxx +++ b/src/GlobalEvents.hxx @@ -46,14 +46,13 @@ namespace GlobalEvents { /** the current song's tag has changed */ TAG, - /** SIGHUP received: reload configuration, roll log file */ - RELOAD, - /** a hardware mixer plugin has detected a change */ MIXER, +#ifdef WIN32 /** shutdown requested */ SHUTDOWN, +#endif MAX }; |