commit | fda7775c7d59b04254cc9fd83c5a1b97d8f50411 | [log] [tgz] |
---|---|---|
author | Thomas Weidenmueller <wine-patches@reactsoft.com> | Fri Jan 19 13:40:04 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 22 12:01:49 2007 +0100 |
tree | e95b241b5ba7ebea1f34ee4ace97f5983a6e1494 | |
parent | 75c2184f87c015aa326b31cf24e9e7b6dd2b8764 [diff] [blame] |
comctl32: Fix InitCommonControlsEx prototype.
diff --git a/include/commctrl.h b/include/commctrl.h index e77dee2..7a931f8 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -36,7 +36,7 @@ DWORD dwICC; } INITCOMMONCONTROLSEX, *LPINITCOMMONCONTROLSEX; -BOOL WINAPI InitCommonControlsEx (LPINITCOMMONCONTROLSEX); +BOOL WINAPI InitCommonControlsEx (const INITCOMMONCONTROLSEX*); LANGID WINAPI GetMUILanguage (VOID); VOID WINAPI InitMUILanguage (LANGID uiLang);