mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
Fixed Win32/Win64 compilation after r40351
git-svn-id: trunk@40355 -
This commit is contained in:
parent
1bcafda4f4
commit
bf3bb18562
@ -421,7 +421,7 @@ begin
|
||||
Result:=((FileGetAttrUTF8(AFilename) and faReadOnly) = 0);
|
||||
end;
|
||||
|
||||
function FileIsWritable(const AFilename: string): boolean;
|
||||
function FileIsExecutable(const AFilename: string): boolean;
|
||||
begin
|
||||
Result:=FileExists(AFilename);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user