Added patch to fix condition handling in RtlVerifyVersionInfo.

This commit is contained in:
Sebastian Lackner
2014-11-30 18:20:45 +01:00
parent 1e1522ed25
commit 748696d2bd
5 changed files with 86 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ PATCHLIST := \
ntdll-NtQuerySection.ok \
ntdll-NtSetLdtEntries.ok \
ntdll-Pipe_SpecialCharacters.ok \
ntdll-RtlVerifyVersionInfo.ok \
ntdll-ThreadTime.ok \
ntdll-User_Shared_Data.ok \
ntdll-WRITECOPY.ok \
@@ -1063,6 +1064,21 @@ ntdll-Pipe_SpecialCharacters.ok:
echo '+ { "Michael Müller", "ntdll: Allow special characters in pipe names.", 1 },'; \
) > ntdll-Pipe_SpecialCharacters.ok
# Patchset ntdll-RtlVerifyVersionInfo
# |
# | This patchset fixes the following Wine bugs:
# | * [#36143] Fix condition handling in RtlVerifyVersionInfo
# |
# | Modified files:
# | * dlls/ntdll/version.c
# |
.INTERMEDIATE: ntdll-RtlVerifyVersionInfo.ok
ntdll-RtlVerifyVersionInfo.ok:
$(call APPLY_FILE,ntdll-RtlVerifyVersionInfo/0001-ntdll-Fix-condition-handling-in-RtlVerifyVersionInfo.patch)
@( \
echo '+ { "Sebastian Lackner", "ntdll: Fix condition handling in RtlVerifyVersionInfo.", 1 },'; \
) > ntdll-RtlVerifyVersionInfo.ok
# Patchset ntdll-ThreadTime
# |
# | This patchset fixes the following Wine bugs: