1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix debug build

This commit is contained in:
FunkyFr3sh 2021-12-18 04:49:08 +01:00
parent a44193fe47
commit d654beab46

View File

@ -26,7 +26,7 @@ int dbg_exception_handler(EXCEPTION_POINTERS* exception)
0,
0);
if (dmp)
if (dmp != INVALID_HANDLE_VALUE)
{
MINIDUMP_EXCEPTION_INFORMATION info;
info.ThreadId = GetCurrentThreadId();