Skip to content

Commit

Permalink
fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 29, 2024
1 parent d680af0 commit d3dbab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ LONG WINAPI dbg_exception_handler(EXCEPTION_POINTERS* exception)
info.ExceptionPointers = exception;
info.ClientPointers = TRUE;

MiniDumpWriteDump(
MiniDumpWriteDumpProc(
GetCurrentProcess(),
GetCurrentProcessId(),
dmp,
Expand Down

0 comments on commit d3dbab1

Please sign in to comment.