Skip to content

Commit

Permalink
Pack MDEI struct to fix issue #4407
Browse files Browse the repository at this point in the history
  • Loading branch information
tf2spi committed Dec 22, 2024
1 parent 597fba7 commit 276dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sys/windows/dbghelp.odin
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MINIDUMP_DIRECTORY :: struct {
Location: MINIDUMP_LOCATION_DESCRIPTOR,
}

MINIDUMP_EXCEPTION_INFORMATION :: struct {
MINIDUMP_EXCEPTION_INFORMATION :: struct #max_field_align(4) {
ThreadId: DWORD,
ExceptionPointers: ^EXCEPTION_POINTERS,
ClientPointers: BOOL,
Expand Down

0 comments on commit 276dab6

Please sign in to comment.