hb_UnhandledExceptionFilter() modified to return EXCEPTION_CONTINUE_SEARCH

This commit is contained in:
Antonio Linares
2005-11-04 21:17:20 +00:00
parent e543a9d768
commit 5672782171

View File

@@ -453,7 +453,7 @@ LONG WINAPI hb_UnhandledExceptionFilter( struct _EXCEPTION_POINTERS * ExceptionI
MessageBox( NULL, msg, HB_I_("Harbour Exception"), MB_ICONSTOP );
return EXCEPTION_EXECUTE_HANDLER; /* EXCEPTION_CONTINUE_SEARCH; */
return EXCEPTION_CONTINUE_SEARCH; /* EXCEPTION_EXECUTE_HANDLER; */
}
#endif