summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-19 08:05:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-19 08:05:58 +0100
commit0619a2de893636c19d0e654532303893e96ab1a4 (patch)
tree23b6d8dfe4b35aa8a43e9822ffc86d29fdfa89fb
parent959bf5088ad3144915f86e92a8d12183a3a3298d (diff)
Try to fix.
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 3fcbd58f..b1de4a0f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -109,6 +109,9 @@ struct EqualityOptions {
bool mxf_names_can_differ;
};
+/* Win32 defines this */
+#undef ERROR
+
enum NoteType {
PROGRESS,
ERROR,