diff --git a/include/dbghelp.h b/include/dbghelp.h index 303c0109d1f..bf235c7f97a 100644 --- a/include/dbghelp.h +++ b/include/dbghelp.h @@ -587,6 +587,9 @@ typedef struct _MINIDUMP_THREAD_CALLBACK { ULONG ThreadId; HANDLE ThreadHandle; +#if defined(__aarch64__) + ULONG Pad; +#endif CONTEXT Context; ULONG SizeOfContext; ULONG64 StackBase; @@ -597,6 +600,9 @@ typedef struct _MINIDUMP_THREAD_EX_CALLBACK { ULONG ThreadId; HANDLE ThreadHandle; +#if defined(__aarch64__) + ULONG Pad; +#endif CONTEXT Context; ULONG SizeOfContext; ULONG64 StackBase;