mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
Fix compilation
svn path=/trunk/; revision=25525
This commit is contained in:
parent
d5a1f83701
commit
f0b7c5e2d6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue