authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-10-03 18:25:58-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-10-03 18:26:05-07:00
log900315a3f3b29ac18945152894fc772e37713619
tree620c1fbd5a5924f16a330a7577ae9f3113b800f2
parentb382119c028589a16ab5ab2873bdb3f1e891652a

std.coff: Fix size of ImportHeader.types


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/coff.zig+1-1
......@@ -1359,7 +1359,7 @@ pub const ImportHeader = extern struct {
13591359 time_date_stamp: u32,
13601360 size_of_data: u32,
13611361 hint: u16,
1362 types: packed struct(u32) {
1362 types: packed struct(u16) {
13631363 type: ImportType,
13641364 name_type: ImportNameType,
13651365 reserved: u11,