Added patch to fix handling of subdirectory in FtpFindFirstFile.

This commit is contained in:
Sebastian Lackner
2014-12-16 01:49:58 +01:00
parent 8765c50218
commit 71a0838ac3
5 changed files with 133 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ PATCHLIST := \
winex11-Window_Groups.ok \
winex11-XEMBED.ok \
winex11-wglShareLists.ok \
wininet-FtpFindFirstFile.ok \
wininet-encoding.ok \
wpcap-Dynamic_Linking.ok \
ws2_32-Connect_Time.ok \
@@ -2454,6 +2455,21 @@ winex11-wglShareLists.ok:
echo '+ { "Michael Müller", "winex11.drv: Only warn about used contexts in wglShareLists.", 1 },'; \
) > winex11-wglShareLists.ok
# Patchset wininet-FtpFindFirstFile
# |
# | This patchset fixes the following Wine bugs:
# | * [#16526] Fix handling of subdirectory in FtpFindFirstFile
# |
# | Modified files:
# | * dlls/wininet/ftp.c, dlls/wininet/tests/ftp.c
# |
.INTERMEDIATE: wininet-FtpFindFirstFile.ok
wininet-FtpFindFirstFile.ok:
$(call APPLY_FILE,wininet-FtpFindFirstFile/0001-wininet-Fix-handling-of-subdirectory-in-FtpFindFirst.patch)
@( \
echo '+ { "Sebastian Lackner", "wininet: Fix handling of subdirectory in FtpFindFirstFile.", 1 },'; \
) > wininet-FtpFindFirstFile.ok
# Patchset wininet-encoding
# |
# | This patchset fixes the following Wine bugs: