* moved SameFileName from finah.inc to sysansih.inc, since the implementation

is in sysansi.inc

git-svn-id: branches/cpstrrtl@24995 -
This commit is contained in:
Jonas Maebe 2013-06-27 21:37:55 +00:00
parent 95a877c7e5
commit 8f1e85d9ae
2 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,5 @@ function IsPathDelimiter(Const Path: string; Index: Integer): Boolean;
Procedure DoDirSeparators (Var FileName : String);
Function SetDirSeparators (Const FileName : String) : String;
Function GetDirs (Var DirName : String; Var Dirs : Array of pchar) : Longint;
Function SameFileName(const S1, S2: string): Boolean;
function ConcatPaths(const Paths: array of String): String;

View File

@ -12,6 +12,7 @@
**********************************************************************}
function AnsiCompareFileName(const S1, S2 : string) : SizeInt;
Function SameFileName(const S1, S2: string): Boolean;
function AnsiLowerCaseFileName(const s : string) : string;
function AnsiUpperCaseFileName(const s : string) : string;
function AnsiPos(const substr,s : string) : SizeInt;