mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
Tools: fix compilation of glazres (due to changes in fileutil), issue #0027183
git-svn-id: trunk@47224 -
This commit is contained in:
parent
e2c3e57434
commit
b02c05ff91
@ -444,7 +444,7 @@ begin
|
||||
AddMessageFmt(ErrFileNotfound,[S]);
|
||||
exit;
|
||||
end;
|
||||
if CompareFileNames(ExpandFileNameUTF8(S), FullResourceFilename, True) = 0 then
|
||||
if CompareFilenamesIgnoreCase(ExpandFileNameUTF8(S), FullResourceFilename) = 0 then
|
||||
begin
|
||||
AddMessageFmt(ErrFileIsResource,[S]);
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user