From 02642a64fdde822a15eff3528b1b0d8cd02f643a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Nov 2017 19:59:03 +0100 Subject: [PATCH] input/Plugin: remove "#undef ERROR" Maybe this was once a required kludge for Windows, but it's not anymore. --- src/input/InputPlugin.hxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/input/InputPlugin.hxx b/src/input/InputPlugin.hxx index 5918fa3df..3fc48b478 100644 --- a/src/input/InputPlugin.hxx +++ b/src/input/InputPlugin.hxx @@ -20,14 +20,6 @@ #ifndef MPD_INPUT_PLUGIN_HXX #define MPD_INPUT_PLUGIN_HXX -#ifdef WIN32 -#include -/* damn you, windows.h! */ -#ifdef ERROR -#undef ERROR -#endif -#endif - struct ConfigBlock; class Mutex; class Cond;