You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments