BUILD: Updated WIX to v3.7.917.0

This commit is contained in:
ptsurbeleu 2012-09-18 22:21:14 -07:00
parent 92975d7272
commit 2d9c8fd86d
171 changed files with 2597 additions and 200 deletions

View file

@ -375,6 +375,16 @@ DAPI_(BOOL) ThemeControlEnabled(
__in DWORD dwControl
);
/********************************************************************
ThemeControlElevates - sets/removes the shield icon on a control.
*******************************************************************/
DAPI_(void) ThemeControlElevates(
__in THEME* pTheme,
__in DWORD dwControl,
__in BOOL fElevates
);
/********************************************************************
ThemeShowControl - shows/hides a control.