Paul Gofman : include: Update LDR_DATA_TABLE_ENTRY definition.

Alexandre Julliard julliard at winehq.org
Wed Oct 20 15:58:42 CDT 2021


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

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Mon Oct 18 15:06:47 2021 +0300

include: Update LDR_DATA_TABLE_ENTRY definition.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winternl.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/winternl.h b/include/winternl.h
index 6b1c5b11b4f..f1272518dbb 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -3323,8 +3323,7 @@ typedef struct _LDR_DATA_TABLE_ENTRY
     ULONG               Flags;
     SHORT               LoadCount;
     SHORT               TlsIndex;
-    HANDLE              SectionHandle;
-    ULONG               CheckSum;
+    LIST_ENTRY          HashLinks;
     ULONG               TimeDateStamp;
     HANDLE              ActivationContext;
     void*               Lock;




More information about the wine-cvs mailing list