aboutsummaryrefslogtreecommitdiff
path: root/src/processor/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/logging.h')
-rw-r--r--src/processor/logging.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/processor/logging.h b/src/processor/logging.h
index b638ff58..642506d5 100644
--- a/src/processor/logging.h
+++ b/src/processor/logging.h
@@ -68,6 +68,15 @@
namespace google_breakpad {
+// These are defined in Microsoft headers.
+#ifdef SEVERITY_ERROR
+#undef SEVERITY_ERROR
+#endif
+
+#ifdef ERROR
+#undef ERROR
+#endif
+
class LogStream {
public:
enum Severity {