Fix menu header parsing/serialization

This commit is contained in:
Matt Nadareski
2024-05-15 14:00:30 -04:00
parent 38f0d4aef5
commit e18d8d7543
5 changed files with 33 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ namespace SabreTools.Models.PortableExecutable
/// </summary>
/// <see href="https://learn.microsoft.com/en-us/windows/win32/menurc/menuex-template-header"/>
[StructLayout(LayoutKind.Sequential)]
public sealed class MenuHeaderExtended
public sealed class MenuHeaderExtended : MenuHeader
{
/// <summary>
/// The template version number. This member must be 1 for extended menu templates.