mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 08:40:39 +02:00
lazutils: inlined
git-svn-id: trunk@41953 -
This commit is contained in:
parent
30c64c2982
commit
7fe318a1a3
@ -125,8 +125,8 @@ type
|
||||
const
|
||||
AllDirectoryEntriesMask = '*';
|
||||
|
||||
function GetAllFilesMask: string;
|
||||
function GetExeExt: string;
|
||||
function GetAllFilesMask: string; inline;
|
||||
function GetExeExt: string; inline;
|
||||
function SearchFileInPath(const Filename, BasePath, SearchPath,
|
||||
Delimiter: string; Flags: TSearchFileInPathFlags): string;
|
||||
function SearchAllFilesInPath(const Filename, BasePath, SearchPath,
|
||||
|
Loading…
Reference in New Issue
Block a user