[PATCH 2/3] riched20: Reduce code duplication in WM_SETTEXT/WM_CREATE handler

Dmitry Timoshkov dmitry at baikal.ru
Tue Jun 2 03:41:54 CDT 2015


Nikolay Sivov <nsivov at codeweavers.com> wrote:

> +  if (lParam)
> +    text = unicode ? (void*)createW->lpszName : (void*)createA->lpszName;

These casts should not be needed.

-- 
Dmitry.



More information about the wine-devel mailing list