Added patch for CreateProcess to prioritize the working directory over the system search path.

This commit is contained in:
Erich E. Hoover
2015-01-03 21:12:27 -07:00
parent 4c95b9d483
commit a5ec351f6e
7 changed files with 165 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Fix issue in DOS Attributes patch which broke ./configure on systems with alternative shells.
* Fix issue in user32-WndProc patch which caused crashes for some 16-bit apps.
* Fix issue in ws2_32-WriteWatches patch which can cause exceptions on the signal stack.
* Added patch for CreateProcess to prioritize the working directory over the system search path.
* Added patch with stubs for WinSqm[Start|End]Session.
* Added patch to fix handling of subdirectory in FtpFindFirstFile.
* Added patch to return proper charcount for GetLocaleInfo with LOCALE_IFIRSTDAYOFWEEK.