mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-14 18:01:27 +01:00
10 lines
205 B
ObjectPascal
10 lines
205 B
ObjectPascal
type
|
|
to1 = class
|
|
function GetCaps1 : Longint;virtual;abstract;
|
|
function GetCaps2 : Longint;virtual;stdcall;
|
|
function GetCaps : Longint;virtual;stdcall;abstract;
|
|
end;
|
|
|
|
begin
|
|
end.
|