mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
std.coff: Fix size of ImportHeader.types
This commit is contained in:
parent
b382119c02
commit
900315a3f3
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user