Update several patches and include changes from tools/make_specfiles and tools/make_makefiles.

This commit is contained in:
Sebastian Lackner
2014-11-26 18:28:06 +01:00
parent 81ffd32566
commit 7f503dd5f1
6 changed files with 90 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
From 499c08a3b6c1c05c5fb8edefc571feedac3dc85a Mon Sep 17 00:00:00 2001
From 4be020848661860f46ea2ce1091279ea25dc021a Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish@gmail.com>
Date: Tue, 4 Nov 2014 18:29:11 -0600
Subject: ntoskrnl.exe: Add a stub for IoCsqInitialize.
@@ -6,8 +6,9 @@ Subject: ntoskrnl.exe: Add a stub for IoCsqInitialize.
---
dlls/ntoskrnl.exe/ntoskrnl.c | 12 ++++++++++++
dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 2 +-
include/Makefile.in | 1 +
include/ddk/csq.h | 33 +++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 1 deletion(-)
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 include/ddk/csq.h
diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c
@@ -50,6 +51,18 @@ index 4ead907..ddb6b72 100644
@ stub IoCsqInsertIrp
@ stub IoCsqRemoveIrp
@ stub IoCsqRemoveNextIrp
diff --git a/include/Makefile.in b/include/Makefile.in
index e8d2379..633c09d 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -244,6 +244,7 @@ SRCDIR_INCLUDES = \
dde.rh \
ddeml.h \
ddk/compstui.h \
+ ddk/csq.h \
ddk/hidsdi.h \
ddk/imm.h \
ddk/mountmgr.h \
diff --git a/include/ddk/csq.h b/include/ddk/csq.h
new file mode 100644
index 0000000..6c75e5c