We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a691646 commit 450f06fCopy full SHA for 450f06f
src/gui/main_gui.cpp
@@ -28,6 +28,9 @@
28
#define NOMINMAX
29
#endif
30
#include <windows.h>
31
+#ifdef ERROR
32
+#undef ERROR
33
+#endif
34
35
36
namespace {
src/gui/startup_trace.hpp
@@ -10,6 +10,10 @@
10
11
12
13
+// Prevent Windows ERROR macro from corrupting LOG_* macros in translation units
14
15
16
17
18
19
namespace ultra {
0 commit comments