richedit: Mask window id on WM_COMMAND notifications. (try 2)

Dylan Smith dylan.ah.smith at gmail.com
Sat Jan 3 23:29:10 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/20090104/e38bd133/attachment.txt 


More information about the wine-patches mailing list