mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:50:21 +02:00
no message
This commit is contained in:
parent
e5b1812da0
commit
5e504a4e98
@ -1,4 +1,5 @@
|
||||
{$mode Delphi}
|
||||
unit tw2739;
|
||||
|
||||
interface
|
||||
|
||||
@ -24,10 +25,12 @@ end;
|
||||
|
||||
|
||||
function JclAddExceptNotifier(const NotifyMethod: TJclExceptNotifyMethod): Boolean; overload;
|
||||
|
||||
var
|
||||
p : pointer;
|
||||
begin
|
||||
p:=@NotifyMethod;
|
||||
end;
|
||||
|
||||
|
||||
begin
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user