GlobalEvents: include windows.h for DELETE macro workaround

This commit is contained in:
Max Kellermann 2013-04-17 23:52:54 +02:00
parent abaabe92d6
commit 08dfd263ba
1 changed files with 1 additions and 0 deletions

View File

@ -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