mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
fix for last commit
This commit is contained in:
parent
39f9383241
commit
cec59cd341
@ -46,7 +46,7 @@ int dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
||||
CloseHandle(dmp);
|
||||
}
|
||||
|
||||
if (exception && ExceptionRecord)
|
||||
if (exception && exception->ExceptionRecord)
|
||||
{
|
||||
dbg_printf(
|
||||
"Exception at %p (%08X)\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user