comctl32: Fix InitCommonControlsEx prototype.
This commit is contained in:
parent
75c2184f87
commit
fda7775c7d
|
@ -627,7 +627,7 @@ InitCommonControls (void)
|
|||
*/
|
||||
|
||||
BOOL WINAPI
|
||||
InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls)
|
||||
InitCommonControlsEx (const INITCOMMONCONTROLSEX *lpInitCtrls)
|
||||
{
|
||||
INT cCount;
|
||||
DWORD dwMask;
|
||||
|
|
|
@ -36,7 +36,7 @@ typedef struct tagINITCOMMONCONTROLSEX {
|
|||
DWORD dwICC;
|
||||
} INITCOMMONCONTROLSEX, *LPINITCOMMONCONTROLSEX;
|
||||
|
||||
BOOL WINAPI InitCommonControlsEx (LPINITCOMMONCONTROLSEX);
|
||||
BOOL WINAPI InitCommonControlsEx (const INITCOMMONCONTROLSEX*);
|
||||
|
||||
LANGID WINAPI GetMUILanguage (VOID);
|
||||
VOID WINAPI InitMUILanguage (LANGID uiLang);
|
||||
|
|
Loading…
Reference in New Issue