mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
coff: change improperly used packed struct into extern struct
This commit is contained in:
parent
437311756d
commit
10b95d89f8
@ -383,7 +383,7 @@ const OptionalHeader = struct {
|
||||
image_base: u64,
|
||||
};
|
||||
|
||||
const DebugDirectoryEntry = packed struct {
|
||||
const DebugDirectoryEntry = extern struct {
|
||||
characteristiccs: u32,
|
||||
time_date_stamp: u32,
|
||||
major_version: u16,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user