Commit 02642a64 authored by Max Kellermann's avatar Max Kellermann

input/Plugin: remove "#undef ERROR"

Maybe this was once a required kludge for Windows, but it's not anymore.
parent 3c41e9f0
......@@ -20,14 +20,6 @@
#ifndef 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;
class Mutex;
class Cond;
......
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