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