Added patch to implement shared memory wineserver communication for various user32 functions.

This commit is contained in:
Sebastian Lackner
2015-03-19 03:13:07 +01:00
parent 1c4a8d2f9a
commit 5fe90fc2e8
10 changed files with 896 additions and 15 deletions

1
debian/changelog vendored
View File

@@ -21,6 +21,7 @@ wine-staging (1.7.39) UNRELEASED; urgency=low
* Added patch to improve stub for ID3DXEffectImpl_CloneEffect.
* Added patch with additional tests for server-PeekMessage.
* Added patch to only zero the buffer up 32767 bytes in GetTempPathW.
* Added patch to implement shared memory wineserver communication for various user32 functions.
* Removed patch to avoid hardcoded values for sizeof(GUID) (accepted upstream).
* Removed patches for SLGetWindowsInformationDWORD (accepted upstream).
* Removed patches for _ismbckata and _mbctohira (fixed upstream).