mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 12:20:32 +02:00
Fixed compilation for non unix after r60621 #5905fbb553
git-svn-id: trunk@60623 -
This commit is contained in:
parent
e63b9a2e81
commit
25896bdf09
@ -83,7 +83,7 @@ type
|
||||
);
|
||||
TSearchFileInPathFlags = set of TSearchFileInPathFlag;
|
||||
const
|
||||
sffFindProgramInPath = [{$IFDEF Unix}sffDontSearchInBasePath{$ENDIF},sffFile,sffExecutable];
|
||||
sffFindProgramInPath = [{$IFDEF Unix}sffDontSearchInBasePath,{$ENDIF}sffFile,sffExecutable];
|
||||
|
||||
function SearchFileInPath(const Filename, BasePath, SearchPath,
|
||||
Delimiter: string; Flags: TSearchFileInPathFlags): string; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user