Commit 6e4f0a4
committed
Undefine ERROR on Windows platform
On Windows, ERROR is defined as 0 at wingdi.h and other compilers provided
by MSYS2(mingw-w64-clang-*) honor this definition.
This collides with our definition log::ERROR in report.h.
Currently ERROR is undefined only when _MSCV is used.
This commits undefines ERROR on all Windows platforms.1 parent 686c999 commit 6e4f0a4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments