comctl32: Add missing prototype.

This commit is contained in:
Austin English 2009-10-03 03:00:45 -05:00 committed by Alexandre Julliard
parent b41822b1dc
commit a19754ab66
1 changed files with 1 additions and 1 deletions

View File

@ -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();