DBG+LAUNCHER: fix exception handling in GetPeArch.h

Thanks to digitalboy for the report!
This commit is contained in:
Duncan Ogilvie 2017-10-05 17:08:34 +02:00
parent 8671ff2e57
commit d121cd9dc2
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8

View File

@ -92,7 +92,7 @@ static PeArch GetPeArch(const wchar_t* szFileName)
}
}
}
__except(EXCEPTION_ACCESS_VIOLATION)
__except(EXCEPTION_EXECUTE_HANDLER)
{
}
UnmapViewOfFile(fileMap);