This aligns the structure to the be the same found in the 10.0.19041.0 SDK.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com --- include/dbghelp.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/dbghelp.h b/include/dbghelp.h index 1b234899195..5c1492b260a 100644 --- a/include/dbghelp.h +++ b/include/dbghelp.h @@ -307,6 +307,8 @@ typedef struct _IMAGEHLP_MODULEW64 BOOL TypeInfo; BOOL SourceIndexed; BOOL Publics; + DWORD MachineType; + DWORD Reserved; } IMAGEHLP_MODULEW64, *PIMAGEHLP_MODULEW64;
#if !defined(_IMAGEHLP_SOURCE_) && defined(_IMAGEHLP64)