j
k
j a
j l
"Ulrich Czekalla" ulrich.czekalla@utoronto.ca wrote:
if (control->hwnd) { WNDPROC oldproc = (WNDPROC) SetWindowLongPtrW(control->hwnd, GWLP_WNDPROC, (LONG)MSIRadioGroup_WndProc);
WNDPROC oldproc = (WNDPROC) SetWindowLongPtrW(control->hwnd, GWLP_WNDPROC,
(LONG)MSIRadioGroup_WndProc);
Then it's better to cast to LONG_PTR instead of LONG.
Back to the thread
Back to the list