richedit: Mask window id on WM_COMMAND notifications.

Dylan Smith dylan.ah.smith at gmail.com
Fri Jan 2 13:36:24 CST 2009


I have gotten window ids that are greater than 0xFFFF, and this caused
the notification messages sent through a WM_COMMAND to be modified since
the notification type is stored in the high word of wParam and the
window id in the low word of wParam.
---
 dlls/riched20/editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Mask-window-id-on-WM_COMMAND-notificati.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20090102/806f3b3c/attachment.txt 


More information about the wine-patches mailing list