comctl32: Add missing prototype.
This commit is contained in:
parent
b41822b1dc
commit
a19754ab66
|
@ -6434,7 +6434,7 @@ TOOLBAR_StyleChanged (TOOLBAR_INFO *infoPtr, INT nType, const STYLESTRUCT *lpSty
|
||||||
|
|
||||||
|
|
||||||
static LRESULT
|
static LRESULT
|
||||||
TOOLBAR_SysColorChange ()
|
TOOLBAR_SysColorChange (void)
|
||||||
{
|
{
|
||||||
COMCTL32_RefreshSysColors();
|
COMCTL32_RefreshSysColors();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue