diff options
Diffstat (limited to 'src/dbghelp.cpp')
-rw-r--r-- | src/dbghelp.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp index af8d64d..eba887e 100644 --- a/src/dbghelp.cpp +++ b/src/dbghelp.cpp @@ -7,10 +7,8 @@ #include <SafeInt.hpp> -#include <Windows.h> -#pragma warning(push, 0) #include <DbgHelp.h> -#pragma warning(pop, 0) +#include <Windows.h> #include <cstddef> #include <cstring> |