aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/symbol.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdb/symbol.hpp')
-rw-r--r--include/pdb/symbol.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/pdb/symbol.hpp b/include/pdb/symbol.hpp
index e7ca523..b9dff85 100644
--- a/include/pdb/symbol.hpp
+++ b/include/pdb/symbol.hpp
@@ -10,10 +10,8 @@
#include <SafeInt.hpp>
-#include <Windows.h>
-#pragma warning(push, 0)
#include <DbgHelp.h>
-#pragma warning(pop)
+#include <Windows.h>
#include <cstddef>
#include <cstring>