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

2
debian/changelog vendored
View File

@@ -19,6 +19,8 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
* Added patch to fix SHFileOperation with FO_MOVE on Vista+ (should create
non-existent subdirectories).
* Added patch to silence repeated crypt32.CryptUnprotectMemory FIXMEs.
* Added patch to fallback to default comspec when %COMSPEC% is not set (fixes
Wine Staging Bug #405).
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
upstream).
* Removed patch to use helper function for NtWaitForMultipleObjects and