Added patch for stub of ntdll.RtlSetHeapInformation.

This commit is contained in:
Sebastian Lackner
2014-12-18 23:26:56 +01:00
parent d2c32c103a
commit f6749f92de
5 changed files with 91 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ PATCHLIST := \
ntdll-NtQuerySection.ok \
ntdll-NtSetLdtEntries.ok \
ntdll-Pipe_SpecialCharacters.ok \
ntdll-RtlSetHeapInformation.ok \
ntdll-ThreadTime.ok \
ntdll-User_Shared_Data.ok \
ntdll-WRITECOPY.ok \
@@ -1092,6 +1093,18 @@ ntdll-Pipe_SpecialCharacters.ok:
echo '+ { "Michael Müller", "ntdll: Allow special characters in pipe names.", 1 },'; \
) > ntdll-Pipe_SpecialCharacters.ok
# Patchset ntdll-RtlSetHeapInformation
# |
# | Modified files:
# | * dlls/kernel32/heap.c, dlls/ntdll/heap.c, dlls/ntdll/ntdll.spec, include/winternl.h
# |
.INTERMEDIATE: ntdll-RtlSetHeapInformation.ok
ntdll-RtlSetHeapInformation.ok:
$(call APPLY_FILE,ntdll-RtlSetHeapInformation/0001-ntdll-Add-stub-for-RtlSetHeapInformation.patch)
@( \
echo '+ { "Sergey Kalinichev", "ntdll: Add stub for RtlSetHeapInformation.", 1 },'; \
) > ntdll-RtlSetHeapInformation.ok
# Patchset ntdll-ThreadTime
# |
# | This patchset fixes the following Wine bugs: