mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Missed one line for sync to Wine.
svn path=/trunk/; revision=22493
This commit is contained in:
parent
eac2be9ab7
commit
f92175d5fa
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue