浏览代码

Unit names cleanup.

Martijn Laan 3 月之前
父节点
当前提交
a991f57982

+ 2 - 2
Projects/Setup.dpr

@@ -99,8 +99,8 @@ uses
   ECDSA in '..\Components\ECDSA.pas',
   ISSigFunc in '..\Components\ISSigFunc.pas',
   StringScanner in '..\Components\StringScanner.pas',
-  Compression.SevenZipDllDecoder in 'Src\Compression.SevenZipDllDecoder.pas',
-  Compression.SevenZipDllDecoder.Interfaces in 'Src\Compression.SevenZipDllDecoder.Interfaces.pas';
+  Compression.SevenZipDLLDecoder in 'Src\Compression.SevenZipDLLDecoder.pas',
+  Compression.SevenZipDLLDecoder.Interfaces in 'Src\Compression.SevenZipDLLDecoder.Interfaces.pas';
 
 {$SETPEOSVERSION 6.1}
 {$SETPESUBSYSVERSION 6.1}

+ 2 - 2
Projects/Setup.dproj

@@ -171,8 +171,8 @@
         <DCCReference Include="..\Components\ECDSA.pas"/>
         <DCCReference Include="..\Components\ISSigFunc.pas"/>
         <DCCReference Include="..\Components\StringScanner.pas"/>
-        <DCCReference Include="Src\Compression.SevenZipDllDecoder.pas"/>
-        <DCCReference Include="Src\Compression.SevenZipDllDecoder.Interfaces.pas"/>
+        <DCCReference Include="Src\Compression.SevenZipDLLDecoder.pas"/>
+        <DCCReference Include="Src\Compression.SevenZipDLLDecoder.Interfaces.pas"/>
         <BuildConfiguration Include="Base">
             <Key>Base</Key>
         </BuildConfiguration>

+ 1 - 1
Projects/Src/Compression.SevenZipDllDecoder.Interfaces.pas → Projects/Src/Compression.SevenZipDLLDecoder.Interfaces.pas

@@ -1,4 +1,4 @@
-unit Compression.SevenZipDllDecoder.Interfaces;
+unit Compression.SevenZipDLLDecoder.Interfaces;
 
 {
   Inno Setup

+ 2 - 2
Projects/Src/Compression.SevenZipDllDecoder.pas → Projects/Src/Compression.SevenZipDLLDecoder.pas

@@ -1,4 +1,4 @@
-unit Compression.SevenZipDllDecoder;
+unit Compression.SevenZipDLLDecoder;
 
 {
   Inno Setup
@@ -28,7 +28,7 @@ implementation
 uses
   Classes, SysUtils, Forms,
   Windows, ActiveX,
-  Compression.SevenZipDllDecoder.Interfaces, PathFunc,
+  Compression.SevenZipDLLDecoder.Interfaces, PathFunc,
   Shared.FileClass, Shared.Int64Em, Shared.SetupMessageIDs, Shared.CommonFunc,
   SetupLdrAndSetup.Messages, SetupLdrAndSetup.RedirFunc,
   Setup.LoggingFunc, Setup.MainFunc, Setup.InstFunc;

+ 1 - 1
Projects/Src/Setup.MainFunc.pas

@@ -246,7 +246,7 @@ uses
   Setup.WizardForm, Setup.DebugClient, Shared.VerInfoFunc, Setup.FileExtractor,
   Shared.FileClass, Setup.LoggingFunc,
   SimpleExpression, Setup.Helper, Setup.SpawnClient, Setup.SpawnServer,
-  Setup.DotNetFunc, Shared.TaskDialogFunc, Setup.MainForm, Compression.SevenZipDllDecoder;
+  Setup.DotNetFunc, Shared.TaskDialogFunc, Setup.MainForm, Compression.SevenZipDLLDecoder;
 
 var
   ShellFolders: array[Boolean, TShellFolderID] of String;

+ 1 - 1
Projects/Src/Setup.ScriptDlg.pas

@@ -241,7 +241,7 @@ uses
   StrUtils,
   Shared.Struct, Setup.MainFunc, Setup.SelectFolderForm, SetupLdrAndSetup.Messages,
   Shared.SetupMessageIDs, PathFunc, Shared.CommonFunc.Vcl, Shared.CommonFunc,
-  BrowseFunc, Setup.LoggingFunc, Setup.InstFunc, Compression.SevenZipDllDecoder;
+  BrowseFunc, Setup.LoggingFunc, Setup.InstFunc, Compression.SevenZipDLLDecoder;
 
 const
   DefaultLabelHeight = 14;

+ 1 - 1
Projects/Src/Setup.ScriptFunc.pas

@@ -29,7 +29,7 @@ uses
   Setup.WizardForm, Shared.VerInfoFunc, Shared.SetupTypes,
   Shared.Int64Em, Setup.LoggingFunc, Setup.SetupForm, Setup.RegDLL, Setup.Helper,
   Setup.SpawnClient, Setup.DotNetFunc, Setup.MainForm,
-  Shared.DotNetVersion, Setup.MsiFunc, Compression.SevenZipDecoder, Compression.SevenZipDllDecoder,
+  Shared.DotNetVersion, Setup.MsiFunc, Compression.SevenZipDecoder, Compression.SevenZipDLLDecoder,
   Setup.DebugClient, Shared.ScriptFunc, Setup.ScriptFunc.HelperFunc;
 
 type