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

@@ -37,6 +37,11 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [1]:**
* Fix handling of subdirectory in FtpFindFirstFile ([Wine Bug #16526](https://bugs.winehq.org/show_bug.cgi?id=16526))
**Bugs fixed in Wine Staging 1.7.33 [119]:**
* ATL IOCS data should not be stored in GWLP_USERDATA ([Wine Bug #21767](https://bugs.winehq.org/show_bug.cgi?id=21767))