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:
parent
a44193fe47
commit
d654beab46
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user