diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-19 08:05:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-19 08:05:58 +0100 |
| commit | 0619a2de893636c19d0e654532303893e96ab1a4 (patch) | |
| tree | 23b6d8dfe4b35aa8a43e9822ffc86d29fdfa89fb /src | |
| parent | 959bf5088ad3144915f86e92a8d12183a3a3298d (diff) | |
Try to fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.h | 3 |
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, |
