Hongbo Ni wrote:
--=====================_35969977==.ALT Content-Type: text/html; charset="us-ascii"
<html> <body> <font size=3><br> This patch fixes Bug#14350<br><br> CreateWindowA("Edit"...) should create an Ansi window even after the builtin<br> Edit class has been subclassed by SetClassLongPtrW(hEdit,GCLP_WNDPROC,procW).<br><br> This bug applies to all builtin classes, but only Edit needs to be fixed<br> since in other builtin classes, user can not change the text in the control.<br> A->W->A conversion will get same string back. Edit is special since user<br> interact with it.<br><br> ---<br>
Please do not send patches in HTML format. Plain text only.
Vitaliy