Commit 071af004 authored by Max Kellermann's avatar Max Kellermann

GlobalEvents: include cleanup

parent 23ab4e5e
...@@ -20,15 +20,6 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment