Followup to bug 418454 to use HANDLE instead of HTHEME r=robstrong,vlad

This commit is contained in:
Neil Rashbrook 2008-08-15 10:50:24 +01:00
parent ded93fa5e1
commit 9925a52747

View File

@ -132,7 +132,7 @@ public:
typedef HRESULT (WINAPI*GetCurrentThemeNamePtr)(LPWSTR pszThemeFileName, int dwMaxNameChars,
LPWSTR pszColorBuff, int cchMaxColorChars,
LPWSTR pszSizeBuff, int cchMaxSizeChars);
typedef COLORREF (WINAPI*GetThemeSysColorPtr)(HTHEME hTheme, int iColorID);
typedef COLORREF (WINAPI*GetThemeSysColorPtr)(HANDLE hTheme, int iColorID);
static OpenThemeDataPtr openTheme;
static CloseThemeDataPtr closeTheme;