mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +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];
|
||||
PROPSHEETHEADER psh;
|
||||
HMODULE hNetIdDll;
|
||||
HPSXA hpsxa;
|
||||
LONG Ret;
|
||||
static const INITCOMMONCONTROLSEX icc = {sizeof(INITCOMMONCONTROLSEX), ICC_LINK_CLASS};
|
||||
static INITCOMMONCONTROLSEX icc = {sizeof(INITCOMMONCONTROLSEX), ICC_LINK_CLASS};
|
||||
|
||||
if (!InitCommonControlsEx(&icc))
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue