Author: jimtabor Date: Thu Jun 22 01:31:53 2006 New Revision: 22493
URL: http://svn.reactos.ru/svn/reactos?rev=22493&view=rev Log: Missed one line for sync to Wine.
Modified: trunk/reactos/dll/win32/user32/controls/combo.c
Modified: trunk/reactos/dll/win32/user32/controls/combo.c URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/dll/win32/user32/controls/co... ============================================================================== --- trunk/reactos/dll/win32/user32/controls/combo.c (original) +++ trunk/reactos/dll/win32/user32/controls/combo.c Thu Jun 22 01:31:53 2006 @@ -148,7 +148,7 @@ 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 */