mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:56:10 +02:00
AJ: fixed compiling on win32
git-svn-id: trunk@3390 -
This commit is contained in:
parent
387f997ca0
commit
7c08dc2ede
@ -141,7 +141,14 @@ implementation
|
|||||||
|
|
||||||
// to get more detailed error messages consider the os
|
// to get more detailed error messages consider the os
|
||||||
uses
|
uses
|
||||||
Dos{$IFDEF Ver1_0},Linux{$ELSE},Unix{$ENDIF};
|
Dos
|
||||||
|
{$IfNDef Win32}
|
||||||
|
{$IFDEF Ver1_0}
|
||||||
|
,Linux
|
||||||
|
{$ELSE}
|
||||||
|
,Unix
|
||||||
|
{$ENDIF}
|
||||||
|
{$EndIf};
|
||||||
|
|
||||||
function AddToRecentList(const s: string; RecentList: TStringList;
|
function AddToRecentList(const s: string; RecentList: TStringList;
|
||||||
Max: integer): boolean;
|
Max: integer): boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user