Added patch to fix comparison of punctuation characters in lstrcmp.

This commit is contained in:
Sebastian Lackner
2014-08-08 23:30:59 +02:00
parent 36fb39e545
commit 2403b551ea
5 changed files with 189 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -19,6 +19,7 @@ wine-compholio (1.7.24) UNRELEASED; urgency=low
* Added patch to set ldr.EntryPoint for main executable.
* Added patch to fix invalid memory access in windowscodecs/PropertyBag.
* Added patch to use a linear resampler when there a large number of dsound mixing buffers.
* Added patch to fix comparison of punctuation characters in lstrcmp.
* Removed patch to create Vista directories (accepted upstream).
* Removed strmbase/quartz locking fix patches (accepted upstream).
* Removed windowscodecs/PropertyBag patch (accepted upstream).