You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 48aeef69fc99ff1460da934f4933f0499ff33b13
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
From 4b74342ce0dd261a93f5a2d30140078696b5a46d Mon Sep 17 00:00:00 2001
|
||||
From 85dae537010f21064aea63c24888609169cf249a Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Tue, 7 Mar 2017 15:26:50 +0100
|
||||
Subject: include: Update LDR_MODULE to more recent windows versions.
|
||||
Subject: [PATCH] include: Update LDR_MODULE to more recent windows versions.
|
||||
|
||||
---
|
||||
include/winternl.h | 7 +++++++
|
||||
1 file changed, 7 insertions(+)
|
||||
|
||||
diff --git a/include/winternl.h b/include/winternl.h
|
||||
index 5cd1664f1f..ef9a5bad1c 100644
|
||||
index 7612f8a..3659db1 100644
|
||||
--- a/include/winternl.h
|
||||
+++ b/include/winternl.h
|
||||
@@ -2103,6 +2103,13 @@ typedef struct _LDR_MODULE
|
||||
@@ -2168,6 +2168,13 @@ typedef struct _LDR_MODULE
|
||||
ULONG CheckSum;
|
||||
ULONG TimeDateStamp;
|
||||
HANDLE ActivationContext;
|
||||
@@ -24,7 +24,7 @@ index 5cd1664f1f..ef9a5bad1c 100644
|
||||
+ LARGE_INTEGER LoadTime;
|
||||
} LDR_MODULE, *PLDR_MODULE;
|
||||
|
||||
/* those defines are (some of the) regular LDR_MODULE.Flags values */
|
||||
typedef struct _LDR_DLL_LOADED_NOTIFICATION_DATA
|
||||
--
|
||||
2.11.0
|
||||
1.9.1
|
||||
|
||||
|
Reference in New Issue
Block a user