File diff r22199:6a985bf7b172 → r22200:a9da99055183
src/os/windows/crashlog_win.cpp
Show inline comments
 
@@ -322,7 +322,9 @@ static char *PrintModuleInfo(char *outpu
 
}
 

	
 
#if defined(_MSC_VER)
 
#pragma warning(disable:4091)
 
#include <dbghelp.h>
 
#pragma warning(default:4091)
 

	
 
char *CrashLogWindows::AppendDecodedStacktrace(char *buffer, const char *last) const
 
{