Merge pull request #4474 from tf2spi/4407-mdei-pack

Pack MDEI struct to fix issue #4407
This commit is contained in:
gingerBill
2025-01-08 16:41:47 +00:00
committed by GitHub
+1 -1
View File
@@ -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,