4 Mar
2005
4 Mar
'05
12:51 a.m.
"Ulrich Czekalla" <ulrich.czekalla(a)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.
7679
Age (days ago)
7679
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov