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 343043153b44fa46a2081fa8a2c171eac7c8dab6.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From dbe17b07a502aa2fc29f9e382adccf8bdc211824 Mon Sep 17 00:00:00 2001
|
||||
From 120d2e0cf3f75c087be14f65953980f5605f652e Mon Sep 17 00:00:00 2001
|
||||
From: Andrew Wesie <awesie@gmail.com>
|
||||
Date: Fri, 12 Apr 2019 20:06:08 -0500
|
||||
Subject: [PATCH] ntdll: Add stub for
|
||||
@@ -10,10 +10,10 @@ Subject: [PATCH] ntdll: Add stub for
|
||||
2 files changed, 30 insertions(+)
|
||||
|
||||
diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
|
||||
index ea740ac81..77b64cac0 100644
|
||||
index 3ce1b344dbd..935c6abec7f 100644
|
||||
--- a/dlls/ntdll/nt.c
|
||||
+++ b/dlls/ntdll/nt.c
|
||||
@@ -2622,6 +2622,27 @@ NTSTATUS WINAPI NtQuerySystemInformation(
|
||||
@@ -3008,6 +3008,27 @@ NTSTATUS WINAPI NtQuerySystemInformation(
|
||||
ret = STATUS_SUCCESS;
|
||||
}
|
||||
break;
|
||||
@@ -42,12 +42,12 @@ index ea740ac81..77b64cac0 100644
|
||||
{
|
||||
struct handle_info *info;
|
||||
diff --git a/include/winternl.h b/include/winternl.h
|
||||
index 2b3fb947b..613f55701 100644
|
||||
index d315d68be8f..d2d1001897d 100644
|
||||
--- a/include/winternl.h
|
||||
+++ b/include/winternl.h
|
||||
@@ -2272,6 +2272,15 @@ typedef struct _SYSTEM_MODULE_INFORMATION
|
||||
SYSTEM_MODULE Modules[1]; /* FIXME: should be Modules[0] */
|
||||
} SYSTEM_MODULE_INFORMATION, *PSYSTEM_MODULE_INFORMATION;
|
||||
@@ -2478,6 +2478,15 @@ typedef struct _SYSTEM_MODULE_INFORMATION
|
||||
#define PROCESS_CREATE_FLAGS_SUSPENDED 0x00000200
|
||||
#define PROCESS_CREATE_FLAGS_EXTENDED_UNKNOWN 0x00000400
|
||||
|
||||
+typedef struct _SYSTEM_MODULE_INFORMATION_EX
|
||||
+{
|
||||
@@ -62,5 +62,5 @@ index 2b3fb947b..613f55701 100644
|
||||
#define THREAD_CREATE_FLAGS_SKIP_THREAD_ATTACH 0x00000002
|
||||
#define THREAD_CREATE_FLAGS_HIDE_FROM_DEBUGGER 0x00000004
|
||||
--
|
||||
2.21.0
|
||||
2.26.2
|
||||
|
||||
|
Reference in New Issue
Block a user