kernel32-FindFirstFile: Remove patch (accepted upstream), update changelog.

This commit is contained in:
Sebastian Lackner
2014-10-03 00:21:12 +02:00
parent 2616a89d50
commit aaf0c7d2dc
4 changed files with 1 additions and 125 deletions

View File

@@ -32,7 +32,6 @@ PATCHLIST := \
fonts-Missing_Fonts.ok \
imm32-Cross_Thread_Access.ok \
iphlpapi-TCP_Table.ok \
kernel32-FindFirstFile.ok \
kernel32-GetFinalPathNameByHandle.ok \
kernel32-GetSystemTimes.ok \
kernel32-GetVolumePathName.ok \
@@ -405,21 +404,6 @@ iphlpapi-TCP_Table.ok:
echo '+ { "iphlpapi-TCP_Table", "Erich E. Hoover", "Implement AllocateAndGetTcpExTableFromStack." },'; \
) > iphlpapi-TCP_Table.ok
# Patchset kernel32-FindFirstFile
# |
# | Included patches:
# | * Add tests for FIND_FIRST_EX_CASE_SENSITIVE flag in FindFirstFileExW. [by Sebastian Lackner]
# |
# | Modified files:
# | * dlls/kernel32/tests/file.c, include/winbase.h
# |
.INTERMEDIATE: kernel32-FindFirstFile.ok
kernel32-FindFirstFile.ok:
$(call APPLY_FILE,kernel32-FindFirstFile/0001-kernel32-tests-Add-tests-for-FIND_FIRST_EX_CASE_SENS.patch)
@( \
echo '+ { "kernel32-FindFirstFile", "Sebastian Lackner", "Add tests for FIND_FIRST_EX_CASE_SENSITIVE flag in FindFirstFileExW." },'; \
) > kernel32-FindFirstFile.ok
# Patchset kernel32-GetFinalPathNameByHandle
# |
# | Included patches: