Fix compilation

svn path=/trunk/; revision=25525
This commit is contained in:
Thomas Bluemel 2007-01-19 01:05:44 +00:00
parent d5a1f83701
commit f0b7c5e2d6

View file

@ -102,8 +102,9 @@ SystemApplet(VOID)
HPROPSHEETPAGE hpsp[MAX_SYSTEM_PAGES]; HPROPSHEETPAGE hpsp[MAX_SYSTEM_PAGES];
PROPSHEETHEADER psh; PROPSHEETHEADER psh;
HMODULE hNetIdDll; HMODULE hNetIdDll;
HPSXA hpsxa;
LONG Ret; LONG Ret;
static const INITCOMMONCONTROLSEX icc = {sizeof(INITCOMMONCONTROLSEX), ICC_LINK_CLASS}; static INITCOMMONCONTROLSEX icc = {sizeof(INITCOMMONCONTROLSEX), ICC_LINK_CLASS};
if (!InitCommonControlsEx(&icc)) if (!InitCommonControlsEx(&icc))
return 0; return 0;