input/Plugin: remove "#undef ERROR"
Maybe this was once a required kludge for Windows, but it's not anymore.
This commit is contained in:
parent
3c41e9f022
commit
02642a64fd
@ -20,14 +20,6 @@
|
|||||||
#ifndef MPD_INPUT_PLUGIN_HXX
|
#ifndef MPD_INPUT_PLUGIN_HXX
|
||||||
#define MPD_INPUT_PLUGIN_HXX
|
#define MPD_INPUT_PLUGIN_HXX
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#include <windows.h>
|
|
||||||
/* damn you, windows.h! */
|
|
||||||
#ifdef ERROR
|
|
||||||
#undef ERROR
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct ConfigBlock;
|
struct ConfigBlock;
|
||||||
class Mutex;
|
class Mutex;
|
||||||
class Cond;
|
class Cond;
|
||||||
|
Loading…
Reference in New Issue
Block a user