std.coff: Fix size of ImportHeader.types

This commit is contained in:
Ryan Liptak 2025-10-03 18:25:58 -07:00
parent b382119c02
commit 900315a3f3

View file

@ -1359,7 +1359,7 @@ pub const ImportHeader = extern struct {
time_date_stamp: u32,
size_of_data: u32,
hint: u16,
types: packed struct(u32) {
types: packed struct(u16) {
type: ImportType,
name_type: ImportNameType,
reserved: u11,