Re: comctl32: tab unicodification

2005-04-05 Thread Dimitrie O. Paun
On Tue, Apr 05, 2005 at 09:04:18PM +0900, Dmitry Timoshkov wrote: > "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > > >infoPtr = (TAB_INFO *)Alloc (sizeof(TAB_INFO)); > > > > - SetWindowLongA(hwnd, 0, (DWORD)infoPtr); > > + SetWindowLongPtrW(hwnd, 0, (DWORD_PTR)infoPtr); > > If you change

Re: comctl32: tab unicodification

2005-04-05 Thread Dmitry Timoshkov
"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: >infoPtr = (TAB_INFO *)Alloc (sizeof(TAB_INFO)); > > - SetWindowLongA(hwnd, 0, (DWORD)infoPtr); > + SetWindowLongPtrW(hwnd, 0, (DWORD_PTR)infoPtr); If you change it here ... > @@ -2975,7 +2952,7 @@ > KillTimer(infoPtr->hwnd, TAB_HOTTRACK