no message

This commit is contained in:
florian 2003-10-14 16:37:45 +00:00
parent e5b1812da0
commit 5e504a4e98

View File

@ -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.