summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index fe662dd4..ccbe6083 100644
--- a/src/util.h
+++ b/src/util.h
@@ -55,6 +55,10 @@ LIBDCP_ENABLE_WARNINGS
#include <stdint.h>
+/* windows.h defines this but we want to use it */
+#undef ERROR
+
+
#define LIBDCP_UNUSED(x) (void)(x)