LazUtils: move GetAllFilesMask's deprecated note to correct place.

git-svn-id: trunk@40850 -
This commit is contained in:
juha 2013-04-19 08:36:40 +00:00
parent 73fb9ab0e2
commit 140ce5d69d
2 changed files with 2 additions and 2 deletions

View File

@ -1510,7 +1510,7 @@ begin
end;
end;
function GetAllFilesMask: string; deprecated 'Use FPC''s AllFilesMask instead';
function GetAllFilesMask: string;
begin
Result:=AllFilesMask;
end;

View File

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