diff options
Diffstat (limited to 'winsup/cygwin/exception.h')
-rw-r--r-- | winsup/cygwin/exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exception.h b/winsup/cygwin/exception.h index 80569e8d5..95d8311fc 100644 --- a/winsup/cygwin/exception.h +++ b/winsup/cygwin/exception.h @@ -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; |