Added patch to fallback to default comspec when %COMSPEC% is not set (fixes Wine Staging Bug #405).

This commit is contained in:
Sebastian Lackner
2015-09-02 06:28:05 +02:00
parent 138070e141
commit 4d3c02ca8e
5 changed files with 82 additions and 1 deletions

View File

@@ -39,10 +39,11 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [9]:**
**Bug fixes and features included in the next upcoming release [10]:**
* 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
* Fallback to default comspec when %COMSPEC% is not set
* Fix access violation in MSYS2 git when cloning repository
* Fix error handling in DeferWindowPos when passing an invalid HWND ([Wine Bug #23187](https://bugs.winehq.org/show_bug.cgi?id=23187))
* Fix failure to create anonymous file mapping after failed open_fd server call