Missed one line for sync to Wine.

svn path=/trunk/; revision=22493
This commit is contained in:
James Tabor 2006-06-21 21:31:53 +00:00
parent eac2be9ab7
commit f92175d5fa

View file

@ -148,7 +148,7 @@ static LRESULT COMBO_NCCreate(HWND hwnd, LONG style)
if (COMBO_Init() && (lphc = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(HEADCOMBO))) )
{
lphc->self = hwnd;
SetWindowLongW( hwnd, 0, (LONG)lphc );
SetWindowLongPtrW( hwnd, 0, (LONG_PTR)lphc );
/* some braindead apps do try to use scrollbar/border flags */