Added patch to translate flags in LaunchINFSectionW.

This commit is contained in:
Sebastian Lackner
2015-08-30 22:55:44 +02:00
parent c5e1cdaffb
commit e9cda98df5
5 changed files with 105 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [7]:**
**Bug fixes and features included in the next upcoming release [8]:**
* Add stub for winspool.SetPrinterW level 8 ([Wine Bug #24645](https://bugs.winehq.org/show_bug.cgi?id=24645))
* Allow non-nullterminated string as working directory in kernel32.create_startup_info
@@ -48,6 +48,7 @@ Included bug fixes and improvements
* Fix failure to create anonymous file mapping after failed open_fd server call
* Map EXDEV error code to STATUS_NOT_SAME_DEVICE
* Return a dummy BIOS name in Win32_BIOS record
* Translate flags in LaunchINFSectionW
**Bug fixes and features in Wine Staging 1.7.50 [242]:**