mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:55:55 +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
|
||||
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;
|
||||
Max: integer): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user