mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:29:18 +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);
|
Result:=((FileGetAttrUTF8(AFilename) and faReadOnly) = 0);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function FileIsWritable(const AFilename: string): boolean;
|
function FileIsExecutable(const AFilename: string): boolean;
|
||||||
begin
|
begin
|
||||||
Result:=FileExists(AFilename);
|
Result:=FileExists(AFilename);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user