mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 09:19:40 +02:00
fixed 1_0_8 difference
git-svn-id: trunk@4245 -
This commit is contained in:
parent
dd5b3994ab
commit
f3ef2a775b
@ -784,7 +784,7 @@ type
|
||||
Procedure SelectOnlyThisComponent(AComponent:TComponent); virtual; abstract;
|
||||
end;
|
||||
|
||||
{$IFDEF VER1_0_7}
|
||||
{$IFNDEF VER1_0_8}
|
||||
type
|
||||
{ TDataModule }
|
||||
|
||||
@ -1131,7 +1131,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
{$IFDEF VER1_0_7}
|
||||
{$IFNDEF VER1_0_8}
|
||||
{ TDataModule }
|
||||
|
||||
constructor TDataModule.Create(TheOwner: TComponent);
|
||||
@ -1345,7 +1345,7 @@ initialization
|
||||
Screen:= TScreen.Create(nil);
|
||||
Application:= TApplication.Create(nil);
|
||||
|
||||
{$IFNDEF VER1_0_7}
|
||||
{$IFDEF VER1_0_8}
|
||||
RegisterInitComponentHandler(TComponent,@InitResourceComponent);
|
||||
{$ENDIF}
|
||||
// keep this comment, there is parser a bug in fpc 1.0.x
|
||||
|
Loading…
Reference in New Issue
Block a user