mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 00:24:05 +00:00
Pack MDEI struct to fix issue #4407
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user