Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions report/include/scp/report.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
#include <fmt/format.h>
#endif

#if defined(_MSC_VER) && defined(ERROR)
// Due to ERROR being a macro defined on Windows platforms,
// we need to #undef it to avoid a collision with log:ERROR.
#undef ERROR
#endif

namespace sc_core {
const sc_core::sc_verbosity SC_UNSET = (sc_core::sc_verbosity)INT_MAX;
Expand Down