Removed patch for IoCsqInitialize (accepted upstream).

This commit is contained in:
Sebastian Lackner
2014-12-24 22:09:07 +01:00
parent 74e480d41e
commit 05fd4e7f64
5 changed files with 2 additions and 72 deletions

View File

@@ -83,7 +83,6 @@ PATCHLIST := \
ntdll-User_Shared_Data.ok \
ntdll-WRITECOPY.ok \
ntoskrnl-Emulator.ok \
ntoskrnl-IoCsqInitialize.ok \
ntoskrnl-Irp_Status.ok \
ntoskrnl-KeSetSystemAffinityThread.ok \
ntoskrnl-Stub_FileObject.ok \
@@ -1258,21 +1257,6 @@ ntoskrnl-Emulator.ok: ntdll-User_Shared_Data.ok
echo '+ { "Sebastian Lackner", "ntoskrnl: Add TRACEs for instruction emulator on x86_64 to simplify debugging.", 1 },'; \
) > ntoskrnl-Emulator.ok
# Patchset ntoskrnl-IoCsqInitialize
# |
# | This patchset fixes the following Wine bugs:
# | * [#36777] vSphere needs IoCsqInitialize
# |
# | Modified files:
# | * dlls/ntoskrnl.exe/ntoskrnl.c, dlls/ntoskrnl.exe/ntoskrnl.exe.spec
# |
.INTERMEDIATE: ntoskrnl-IoCsqInitialize.ok
ntoskrnl-IoCsqInitialize.ok:
$(call APPLY_FILE,ntoskrnl-IoCsqInitialize/0001-ntoskrnl.exe-Add-a-stub-for-IoCsqInitialize.patch)
@( \
echo '+ { "Austin English", "ntoskrnl.exe: Add a stub for IoCsqInitialize.", 1 },'; \
) > ntoskrnl-IoCsqInitialize.ok
# Patchset ntoskrnl-Irp_Status
# |
# | This patchset fixes the following Wine bugs: