mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-13 21:32:50 +00:00
10 lines
275 B
C#
10 lines
275 B
C#
namespace SabreTools.Compression.libmspack
|
|
{
|
|
public static class Constants
|
|
{
|
|
/// <summary>
|
|
/// Offset from start of cabinet to the reserved header data (if present).
|
|
/// </summary>
|
|
public const int MSCAB_HDR_RESV_OFFSET = 0x28;
|
|
}
|
|
} |