You've already forked lazarus-ccr
onguard: Fix compilation with at least Laz 1.4.4 / FPC 2.6.4
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -59,8 +59,8 @@
|
||||
<UnitName Value="Exdtp21u"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<TopLine Value="69"/>
|
||||
<CursorPos X="3" Y="102"/>
|
||||
<TopLine Value="53"/>
|
||||
<CursorPos Y="69"/>
|
||||
<UsageCount Value="836"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
@ -74,7 +74,7 @@
|
||||
<Loaded Value="True"/>
|
||||
</Unit2>
|
||||
</Units>
|
||||
<JumpHistory Count="17" HistoryIndex="16">
|
||||
<JumpHistory Count="18" HistoryIndex="17">
|
||||
<Position1>
|
||||
<Filename Value="exdtp21u.pas"/>
|
||||
<Caret Line="83" Column="17" TopLine="69"/>
|
||||
@ -143,6 +143,10 @@
|
||||
<Filename Value="exdtp21u.pas"/>
|
||||
<Caret Line="123" TopLine="88"/>
|
||||
</Position17>
|
||||
<Position18>
|
||||
<Filename Value="exdtp21u.pas"/>
|
||||
<Caret Line="102" Column="3" TopLine="69"/>
|
||||
</Position18>
|
||||
</JumpHistory>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
@ -66,7 +66,6 @@ var
|
||||
IniFile : TIniFile;
|
||||
S : string;
|
||||
SD, ED : TDateTime;
|
||||
L : integer;
|
||||
begin
|
||||
{force the INI file to be in the same directory as the application}
|
||||
TheDir := ExtractFilePath(ParamStr(0));
|
||||
|
Reference in New Issue
Block a user