Fixed Win32/Win64 compilation after r40351

git-svn-id: trunk@40355 -
This commit is contained in:
marcus 2018-11-18 20:34:29 +00:00
parent 1bcafda4f4
commit bf3bb18562

View File

@ -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;