fix for last commit
This commit is contained in:
parent
d680af0a4a
commit
d3dbab102f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ LONG WINAPI dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
||||||
info.ExceptionPointers = exception;
|
info.ExceptionPointers = exception;
|
||||||
info.ClientPointers = TRUE;
|
info.ClientPointers = TRUE;
|
||||||
|
|
||||||
MiniDumpWriteDump(
|
MiniDumpWriteDumpProc(
|
||||||
GetCurrentProcess(),
|
GetCurrentProcess(),
|
||||||
GetCurrentProcessId(),
|
GetCurrentProcessId(),
|
||||||
dmp,
|
dmp,
|
||||||
|
|
Loading…
Reference in a new issue