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 c92fddae8661233e7699e1914987f0cc4caa8217
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From a6a3dee1aaa6276cd845043835dbd52098e5579a Mon Sep 17 00:00:00 2001
|
||||
From a9f3caf61dd6cf1ace65e7c7e2edef0456f6a9d1 Mon Sep 17 00:00:00 2001
|
||||
From: Jarkko Korpi <jarkko_korpi@hotmail.com>
|
||||
Date: Sat, 19 Mar 2016 21:54:19 +0200
|
||||
Subject: ntoskrnl.exe: Add IoGetDeviceAttachmentBaseRef stub.
|
||||
Subject: [PATCH] ntoskrnl.exe: Add IoGetDeviceAttachmentBaseRef stub.
|
||||
|
||||
---
|
||||
dlls/ntoskrnl.exe/ntoskrnl.c | 10 ++++++++++
|
||||
@@ -9,13 +9,14 @@ Subject: ntoskrnl.exe: Add IoGetDeviceAttachmentBaseRef stub.
|
||||
2 files changed, 11 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c
|
||||
index 3bee2bf..9232ba6 100644
|
||||
index 8f025a108d4..f5964b4d90b 100644
|
||||
--- a/dlls/ntoskrnl.exe/ntoskrnl.c
|
||||
+++ b/dlls/ntoskrnl.exe/ntoskrnl.c
|
||||
@@ -993,6 +993,16 @@ NTSTATUS WINAPI IoDeleteSymbolicLink( UNICODE_STRING *name )
|
||||
@@ -1580,6 +1580,16 @@ NTSTATUS WINAPI IoDeleteSymbolicLink( UNICODE_STRING *name )
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
+/***********************************************************************
|
||||
+ * IoGetDeviceAttachmentBaseRef (NTOSKRNL.EXE.@)
|
||||
+ */
|
||||
+PDEVICE_OBJECT WINAPI IoGetDeviceAttachmentBaseRef( PDEVICE_OBJECT device )
|
||||
@@ -25,15 +26,14 @@ index 3bee2bf..9232ba6 100644
|
||||
+}
|
||||
+
|
||||
+
|
||||
+/***********************************************************************
|
||||
/***********************************************************************
|
||||
* IoGetDeviceInterfaces (NTOSKRNL.EXE.@)
|
||||
*/
|
||||
NTSTATUS WINAPI IoGetDeviceInterfaces( const GUID *InterfaceClassGuid,
|
||||
diff --git a/dlls/ntoskrnl.exe/ntoskrnl.exe.spec b/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
|
||||
index 1414c53..c567b14 100644
|
||||
index 87afae008e1..9ebedf21a5e 100644
|
||||
--- a/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
|
||||
+++ b/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
|
||||
@@ -379,7 +379,7 @@
|
||||
@@ -392,7 +392,7 @@
|
||||
@ stub IoGetBootDiskInformation
|
||||
@ stdcall IoGetConfigurationInformation()
|
||||
@ stdcall IoGetCurrentProcess()
|
||||
@@ -43,5 +43,5 @@ index 1414c53..c567b14 100644
|
||||
@ stdcall IoGetDeviceInterfaces(ptr ptr long ptr)
|
||||
@ stdcall IoGetDeviceObjectPointer(ptr long ptr ptr)
|
||||
--
|
||||
2.7.1
|
||||
2.17.1
|
||||
|
||||
|
Reference in New Issue
Block a user