dbghelp: Packing for minidump structures is 4 bytes.
This commit is contained in:
parent
29aea6e1c7
commit
cc98942bff
|
@ -362,6 +362,7 @@ typedef struct _DBGHELP_MODLOAD_DATA
|
|||
* MiniDUMP *
|
||||
*************************/
|
||||
|
||||
#include <pshpack4.h>
|
||||
/* DebugHelp */
|
||||
|
||||
#define MINIDUMP_SIGNATURE 0x504D444D /* 'MDMP' */
|
||||
|
@ -722,6 +723,7 @@ BOOL WINAPI MiniDumpWriteDump(HANDLE, DWORD, HANDLE, MINIDUMP_TYPE,
|
|||
BOOL WINAPI MiniDumpReadDumpStream(PVOID, ULONG, PMINIDUMP_DIRECTORY*, PVOID*,
|
||||
ULONG*);
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
/*************************
|
||||
* MODULE handling *
|
||||
|
|
Loading…
Reference in New Issue