Eric Pouech : include: Extend IMAGEHLP_MODULE*64 with new fields.

Alexandre Julliard julliard at winehq.org
Mon Sep 6 16:15:05 CDT 2021


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

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Sep  6 10:40:20 2021 +0200

include: Extend IMAGEHLP_MODULE*64 with new fields.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/include/imagehlp.h b/include/imagehlp.h
index 8c8250d1f19..5ee978a3d4c 100644
--- a/include/imagehlp.h
+++ b/include/imagehlp.h
@@ -459,6 +459,8 @@ typedef struct _IMAGEHLP_MODULE64
     BOOL                        TypeInfo;
     BOOL                        SourceIndexed;
     BOOL                        Publics;
+    DWORD                       MachineType;
+    DWORD                       Reserved;
 } IMAGEHLP_MODULE64, *PIMAGEHLP_MODULE64;
 
 typedef struct _IMAGEHLP_MODULEW64
@@ -486,6 +488,8 @@ typedef struct _IMAGEHLP_MODULEW64
     BOOL                        TypeInfo;
     BOOL                        SourceIndexed;
     BOOL                        Publics;
+    DWORD                       MachineType;
+    DWORD                       Reserved;
 } IMAGEHLP_MODULEW64, *PIMAGEHLP_MODULEW64;
 
 typedef struct _IMAGEHLP_LINE {




More information about the wine-cvs mailing list