Rein Klazes <[email protected]> writes: > - if (!infoPtr && alloc) > + if (!infoPtr && ( alloc || (wndPtr->dwStyle & (WS_VSCROLL | > WS_HSCROLL)))) > {
This bit doesn't look right, and defeats the purpose of the alloc flag. It would need some more test cases. -- Alexandre Julliard [email protected]
