瀏覽代碼

* Fix bug #33441 (patch from Silvio Clécio)

git-svn-id: trunk@38539 -
michael 7 年之前
父節點
當前提交
a877616dd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/objpas/sysutils/sysutilh.inc

+ 1 - 1
rtl/objpas/sysutils/sysutilh.inc

@@ -38,7 +38,7 @@ type
 
    TProcedure = procedure;
 
-   TFilename = String;
+   TFileName = type string;
 
    TIntegerSet = Set of 0..SizeOf(Integer)*8-1;