mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:17:21 +01:00
fcl-db: tests: move IFDEF to proper position
git-svn-id: trunk@23189 -
This commit is contained in:
parent
c766c50907
commit
9f60eca94f
@ -397,8 +397,6 @@ end;
|
||||
|
||||
{ TTestDataLink }
|
||||
|
||||
{$IFDEF FPC}
|
||||
|
||||
procedure TTestDataLink.DataSetScrolled(Distance: Integer);
|
||||
begin
|
||||
DataEvents := DataEvents + 'DataSetScrolled' + ':' + inttostr(Distance) + ';';
|
||||
@ -411,6 +409,7 @@ begin
|
||||
inherited DataSetChanged;
|
||||
end;
|
||||
|
||||
{$IFDEF FPC}
|
||||
procedure TTestDataLink.DataEvent(Event: TDataEvent; Info: Ptrint);
|
||||
{$ELSE}
|
||||
procedure TTestDataLink.DataEvent(Event: TDataEvent; Info: Longint);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user