mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.coff: Fix size of ImportHeader.types
This commit is contained in:
parent
b382119c02
commit
900315a3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue