From cc98942bffc6a1307612f95b5ef15edae2a2c12a Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Fri, 17 Feb 2006 14:08:54 +0100 Subject: [PATCH] dbghelp: Packing for minidump structures is 4 bytes. --- include/dbghelp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dbghelp.h b/include/dbghelp.h index e529e4264be..09ce14f5a42 100644 --- a/include/dbghelp.h +++ b/include/dbghelp.h @@ -362,6 +362,7 @@ typedef struct _DBGHELP_MODLOAD_DATA * MiniDUMP * *************************/ +#include /* 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 /************************* * MODULE handling *