This commit is contained in:
Pavel 2024-10-27 06:22:24 +03:00
parent 48dc399dcb
commit 176017e7b7
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ begin
VEHandler:=AddVectoredExceptionHandler(1,@ProcessException);
V2Handler:=AddVectoredExceptionHandler(0,@UnhandledException);
eh.ptr:=@ExceptionDispatcher;
RaiseException(FPC_SET_EH_HANDLER,0,2,@eh);
//RaiseException(FPC_SET_EH_HANDLER,0,2,@eh);
end;
procedure UninstallExceptionHandler;