Browse Source

Make it work even better :P

Martijn Laan 4 months ago
parent
commit
e55eb8d7ef
1 changed files with 1 additions and 1 deletions
  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;