AJ: fixed compiling on win32

git-svn-id: trunk@3390 -
This commit is contained in:
lazarus 2002-10-01 15:45:20 +00:00
parent 387f997ca0
commit 7c08dc2ede

View File

@ -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;