Unit names cleanup.

This commit is contained in:
Martijn Laan 2025-05-24 14:24:23 +02:00
parent ccdff74ac7
commit a991f57982
No known key found for this signature in database
GPG Key ID: E2DD568CF6098F6A
7 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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