GlobalEvents: include windows.h for DELETE macro workaround
This commit is contained in:
parent
abaabe92d6
commit
08dfd263ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue