瀏覽代碼

Fixed Win32/Win64 compilation after r40351

git-svn-id: trunk@40355 -
marcus 7 年之前
父節點
當前提交
bf3bb18562
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/pastojs/src/pas2jsfileutilswin.inc

+ 1 - 1
packages/pastojs/src/pas2jsfileutilswin.inc

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