Module: wine Branch: master Commit: a19754ab66cfb5f47cbe395e68a1faeaa82da909 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a19754ab66cfb5f47cbe395e68...
Author: Austin English austinenglish@gmail.com Date: Sat Oct 3 03:00:45 2009 -0500
comctl32: Add missing prototype.
---
dlls/comctl32/toolbar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c index d95dc7d..d05a40d 100644 --- a/dlls/comctl32/toolbar.c +++ b/dlls/comctl32/toolbar.c @@ -6434,7 +6434,7 @@ TOOLBAR_StyleChanged (TOOLBAR_INFO *infoPtr, INT nType, const STYLESTRUCT *lpSty
static LRESULT -TOOLBAR_SysColorChange () +TOOLBAR_SysColorChange (void) { COMCTL32_RefreshSysColors();