GlobalEvents: include cleanup
This commit is contained in:
parent
23ab4e5e5f
commit
071af004bd
@ -20,15 +20,6 @@
|
|||||||
#ifndef MPD_GLOBAL_EVENTS_HXX
|
#ifndef MPD_GLOBAL_EVENTS_HXX
|
||||||
#define MPD_GLOBAL_EVENTS_HXX
|
#define MPD_GLOBAL_EVENTS_HXX
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#include <windows.h>
|
|
||||||
/* DELETE is a WIN32 macro that poisons our namespace; this is a
|
|
||||||
kludge to allow us to use it anyway */
|
|
||||||
#ifdef DELETE
|
|
||||||
#undef DELETE
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class EventLoop;
|
class EventLoop;
|
||||||
|
|
||||||
namespace GlobalEvents {
|
namespace GlobalEvents {
|
||||||
|
Loading…
Reference in New Issue
Block a user