Commit 08dfd263 authored by Max Kellermann's avatar Max Kellermann

GlobalEvents: include windows.h for DELETE macro workaround

parent abaabe92
......@@ -21,6 +21,7 @@
#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
......
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