Commit cc98942b authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Packing for minidump structures is 4 bytes.

parent 29aea6e1
......@@ -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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment