lazutils: inlined

git-svn-id: trunk@41953 -
This commit is contained in:
mattias 2013-07-01 12:58:11 +00:00
parent 30c64c2982
commit 7fe318a1a3

View File

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