* exception.h (exception::exception): Install vectored exception
handler rather than vectored continue handler.
This commit is contained in:
@ -128,7 +128,7 @@ public:
|
||||
kicks in. For some reason the vectored continue handler doesn't
|
||||
get called if no unhandled exception filter is installed. */
|
||||
SetUnhandledExceptionFilter (handle);
|
||||
AddVectoredContinueHandler (1, handle);
|
||||
AddVectoredExceptionHandler (1, handle);
|
||||
}
|
||||
#else
|
||||
save = _except_list;
|
||||
|
Reference in New Issue
Block a user