riched20: EM_EXLIMITTEXT: ignore wParam and properly cast lParam

Matt Finnicum mattfinn at gmail.com
Mon Nov 27 23:55:37 CST 2006


I tested native, and regardless of what MSDN says, wParam really is
unused and should be ignored. Also, lParam should be casted before
it's tested as it's supposed to be a signed value.

--Matt Finnicum

Changelog:
EM_EXLIMITTEXT: ignore wParam and properly cast lParam before testing it

---
 dlls/riched20/editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the wine-patches mailing list