mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
hhctrl.ocx: Remove unneeded address-of operator from array name.
This commit is contained in:
parent
dbc57826d6
commit
ab6d29eb5d
@ -587,7 +587,7 @@ static BOOL HH_AddToolbar(HHInfo *pHHInfo)
|
||||
heap_free(szBuf);
|
||||
}
|
||||
|
||||
SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)&buttons);
|
||||
SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)buttons);
|
||||
SendMessageW(hToolbar, TB_AUTOSIZE, 0, 0);
|
||||
ShowWindow(hToolbar, SW_SHOW);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user