Removed patch for vectored continue handler stubs (accepted upstream).

This commit is contained in:
Sebastian Lackner
2014-11-13 16:26:33 +01:00
parent 82d94a776d
commit 917b9ce280
6 changed files with 13 additions and 121 deletions

View File

@@ -67,7 +67,6 @@ PATCHLIST := \
ntdll-NtSetLdtEntries.ok \
ntdll-Pipe_SpecialCharacters.ok \
ntdll-ThreadTime.ok \
ntdll-Vectored_Continue_Handler.ok \
ntdll-WRITECOPY.ok \
ntoskrnl-Emulator.ok \
ntoskrnl-IoCsqInitialize.ok \
@@ -1093,24 +1092,6 @@ ntdll-ThreadTime.ok:
echo '+ { "ntdll-ThreadTime", "Sebastian Lackner", "Return correct values in GetThreadTimes() for all threads." },'; \
) > ntdll-ThreadTime.ok
# Patchset ntdll-Vectored_Continue_Handler
# |
# | Included patches:
# | * Add stubs for vectored continue handler. [by Austin English]
# |
# | This patchset fixes the following Wine bugs:
# | * [#30572] Add stubs for vectored continue handler
# |
# | Modified files:
# | * dlls/kernel32/kernel32.spec, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec
# |
.INTERMEDIATE: ntdll-Vectored_Continue_Handler.ok
ntdll-Vectored_Continue_Handler.ok:
$(call APPLY_FILE,ntdll-Vectored_Continue_Handler/0001-ntdll-Add-stubs-for-vectored-continue-handler.patch)
@( \
echo '+ { "ntdll-Vectored_Continue_Handler", "Austin English", "Add stubs for vectored continue handler." },'; \
) > ntdll-Vectored_Continue_Handler.ok
# Patchset ntdll-WRITECOPY
# |
# | Included patches: