mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Missed one line for sync to Wine.
svn path=/trunk/; revision=22493
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user