浏览代码

Make it work even better :P

Martijn Laan 4 月之前
父节点
当前提交
e55eb8d7ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/Src/Shared.Struct.pas

+ 1 - 1
Projects/Src/Shared.Struct.pas

@@ -226,7 +226,7 @@ type
     PublicX, PublicY: String;
   end;
 const
-  SetupFileEntryStrings = 10;
+  SetupFileEntryStrings = 11;
   SetupFileEntryAnsiStrings = 1;
 type
   PSetupFileEntry = ^TSetupFileEntry;