mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-02 01:29:29 +02:00
LazUtils: move GetAllFilesMask's deprecated note to correct place.
git-svn-id: trunk@40850 -
This commit is contained in:
parent
73fb9ab0e2
commit
140ce5d69d
@ -1510,7 +1510,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
function GetAllFilesMask: string; deprecated 'Use FPC''s AllFilesMask instead';
|
||||
function GetAllFilesMask: string;
|
||||
begin
|
||||
Result:=AllFilesMask;
|
||||
end;
|
||||
|
@ -103,7 +103,7 @@ type
|
||||
const
|
||||
AllDirectoryEntriesMask = '*';
|
||||
|
||||
function GetAllFilesMask: string;
|
||||
function GetAllFilesMask: string; deprecated 'Use FPC''s AllFilesMask instead';
|
||||
function GetExeExt: string;
|
||||
function SearchFileInPath(const Filename, BasePath, SearchPath,
|
||||
Delimiter: string; Flags: TSearchFileInPathFlags): string;
|
||||
|
Loading…
Reference in New Issue
Block a user