Commit a19754ab authored by Austin English's avatar Austin English Committed by Alexandre Julliard

comctl32: Add missing prototype.

parent b41822b1
...@@ -6434,7 +6434,7 @@ TOOLBAR_StyleChanged (TOOLBAR_INFO *infoPtr, INT nType, const STYLESTRUCT *lpSty ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment