Re-rename Expand to SZDD for consistency

This commit is contained in:
Matt Nadareski
2024-12-11 11:09:28 -05:00
parent 4c61a191e8
commit 85b7103bd3
2 changed files with 3 additions and 3 deletions

View File

@@ -5,12 +5,12 @@ namespace SabreTools.Models.LZ
/// </summary>
/// <see href="https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/lzexpand.c"/>
/// <see href="https://www.cabextract.org.uk/libmspack/doc/szdd_kwaj_format.html"/>
public sealed class ExpandFile
public sealed class SZDDFile
{
/// <summary>
/// Header
/// </summary>
public ExpandHeader? Header { get; set; }
public SZDDHeader? Header { get; set; }
// Followed immediately by compressed data
}

View File

@@ -8,7 +8,7 @@ namespace SabreTools.Models.LZ
/// <see href="https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/lzexpand.c"/>
/// <see href="https://www.cabextract.org.uk/libmspack/doc/szdd_kwaj_format.html"/>
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class ExpandHeader
public sealed class SZDDHeader
{
/// <summary>
/// "SZDD" signature