[uxtheme]

- Call UXTHEME_InitSystem when user api hooks are installed

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52633
This commit is contained in:
Giannis Adamopoulos 2011-07-11 13:28:20 +00:00
parent 17344c6dc6
commit 535a684169

View file

@ -100,6 +100,8 @@ ThemeInitApiHook(UAPIHK State, PUSERAPIHOOK puah)
UAH_HOOK_MESSAGE(puah->WndProcArray, WM_THEMECHANGED);
UAH_HOOK_MESSAGE(puah->WndProcArray, WM_UAHINIT);
UXTHEME_InitSystem(hDllInst);
return TRUE;
}