(svn r27380) -Fix: [Win32] Compilation with MSVC2015.

This commit is contained in:
michi_cc
2015-08-10 20:21:29 +00:00
parent e5d105900d
commit 35b77450f8
5 changed files with 8 additions and 3 deletions

View File

@@ -322,7 +322,9 @@ static char *PrintModuleInfo(char *output, const char *last, HMODULE mod)
}
#if defined(_MSC_VER)
#pragma warning(disable:4091)
#include <dbghelp.h>
#pragma warning(default:4091)
char *CrashLogWindows::AppendDecodedStacktrace(char *buffer, const char *last) const
{