[1/5] user32:edit Use a dialog mode after receiving WM_GETDLGCODE message.

Juan Lang juan.lang at gmail.com
Tue Aug 25 15:05:53 CDT 2009


Hi Sergey, one very minor comment on this patch:

+    len = SendMessage(hwEdit, WM_GETTEXTLENGTH, 0, 0);
+    ok(13 == len, "expected 11, got %d\n", len);

Nit:  you mean "expected 13", not 11.  The same is true for every
instance where 13 is the expected length.
--Juan



More information about the wine-devel mailing list