mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +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,
|
Location: MINIDUMP_LOCATION_DESCRIPTOR,
|
||||||
}
|
}
|
||||||
|
|
||||||
MINIDUMP_EXCEPTION_INFORMATION :: struct {
|
MINIDUMP_EXCEPTION_INFORMATION :: struct #max_field_align(4) {
|
||||||
ThreadId: DWORD,
|
ThreadId: DWORD,
|
||||||
ExceptionPointers: ^EXCEPTION_POINTERS,
|
ExceptionPointers: ^EXCEPTION_POINTERS,
|
||||||
ClientPointers: BOOL,
|
ClientPointers: BOOL,
|
||||||
|
|||||||
Reference in New Issue
Block a user