mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:39:26 +02:00
add alias FPC_BREAK_UNHANDLED_EXCEPTION
This commit is contained in:
parent
5834a643c1
commit
76efcf23f7
@ -168,7 +168,7 @@
|
||||
{$define STACKCHECK_WAS_ON}
|
||||
{$S-}
|
||||
{$endif OPT S }
|
||||
Procedure CatchUnhandledException (Obj : TObject; Addr,Frame: Pointer);
|
||||
Procedure CatchUnhandledException (Obj : TObject; Addr,Frame: Pointer);[public,alias:'FPC_BREAK_UNHANDLED_EXCEPTION'];
|
||||
Var
|
||||
Message : String;
|
||||
{$IFDEF VIRTUALPASCAL}
|
||||
|
Loading…
Reference in New Issue
Block a user