aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/dbghelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dbghelp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp
index 0a78e4d..38cb6f5 100644
--- a/src/dbghelp.cpp
+++ b/src/dbghelp.cpp
@@ -8,7 +8,9 @@
#include <safeint.h>
#include <Windows.h>
+#pragma warning(push, 0)
#include <DbgHelp.h>
+#pragma warning(pop, 0)
#include <cstddef>
#include <cstring>