MSI: Radio Buttons

Dmitry Timoshkov dmitry at baikal.ru
Thu Mar 3 18:51:57 CST 2005


"Ulrich Czekalla" <ulrich.czekalla at utoronto.ca> wrote:

> +    if (control->hwnd)
> +    {
> +        WNDPROC oldproc = (WNDPROC) SetWindowLongPtrW(control->hwnd, GWLP_WNDPROC,
> +            (LONG)MSIRadioGroup_WndProc);

Then it's better to cast to LONG_PTR instead of LONG.

-- 
Dmitry.




More information about the wine-devel mailing list