diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-23 09:30:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-23 09:30:44 +0100 |
| commit | 302a059052e2e55345e91b5300e2389b87bd7f0a (patch) | |
| tree | 1cf3092fabf98e640b3492c5a38acb694e85c3d2 /src | |
| parent | ef88f2938b889d04c312de90970b64c2efad9cfd (diff) | |
Fix name clash of ERROR with windows.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.h | 3 |
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 |
