summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-23 09:30:44 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-23 09:30:44 +0100
commit302a059052e2e55345e91b5300e2389b87bd7f0a (patch)
tree1cf3092fabf98e640b3492c5a38acb694e85c3d2 /src
parentef88f2938b889d04c312de90970b64c2efad9cfd (diff)
Fix name clash of ERROR with windows.h
Diffstat (limited to 'src')
-rw-r--r--src/verify.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index b6722143..ee90b226 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -40,6 +40,9 @@
#include <string>
#include <vector>
+/* Something in windows.h defines this */
+#undef ERROR
+
namespace dcp {
class VerificationNote