Alistair Leslie-Hughes : include: Update _IMAGEHLP_MODULEW64 stucture.

Alexandre Julliard julliard at winehq.org
Tue Jul 20 15:11:04 CDT 2021


Module: wine
Branch: master
Commit: 95580835bb048508f1a5ba6f6b56ff8d4083178e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=95580835bb048508f1a5ba6f6b56ff8d4083178e

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Sat Jul 17 08:17:38 2021 +1000

include: Update _IMAGEHLP_MODULEW64 stucture.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dbghelp.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/dbghelp.h b/include/dbghelp.h
index 1b234899195..303c0109d1f 100644
--- a/include/dbghelp.h
+++ b/include/dbghelp.h
@@ -280,6 +280,8 @@ typedef struct _IMAGEHLP_MODULE64
     BOOL                        TypeInfo;
     BOOL                        SourceIndexed;
     BOOL                        Publics;
+    DWORD                       MachineType;
+    DWORD                       Reserved;
 } IMAGEHLP_MODULE64, *PIMAGEHLP_MODULE64;
 
 typedef struct _IMAGEHLP_MODULEW64
@@ -307,6 +309,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)




More information about the wine-cvs mailing list