mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 19:56:56 +01:00
codetools: fix compilation under windows
git-svn-id: trunk@12388 -
This commit is contained in:
parent
27cda5e7cd
commit
d9d606c45a
@ -665,7 +665,7 @@ begin
|
||||
case FileCase of
|
||||
ctsfcDefault:
|
||||
{$IFDEF CaseInsensitiveFilenames}
|
||||
cmp:=ComparePCharCaseInsensitive(Pointer(ShortFilename)),CurFilenames);// pointer type cast avoids #0 check
|
||||
cmp:=ComparePCharCaseInsensitive(Pointer(ShortFilename),CurFilename);// pointer type cast avoids #0 check
|
||||
{$ELSE}
|
||||
cmp:=ComparePCharCaseSensitive(Pointer(ShortFilename),CurFilename);
|
||||
{$ENDIF}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user