Commit 1a562b2
committed
Undefine ERROR when building on Windows platform
On Windows, ERROR is defined as 0 at wingdi.h and other
compilers provided by MSYS2(mingw-w64-clang-*) honors this definition.
This collides with our definition log::ERROR in report.h
Currently ERROR is undefined when _MSCV is used.
This commits undefined ERROR on all Windows platform.1 parent 686c999 commit 1a562b2
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