uxtheme: plf is already a pointer.

This commit is contained in:
Austin English 2012-05-21 16:52:40 -07:00 committed by Alexandre Julliard
parent cafab89093
commit d7ccfef25b
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ HRESULT WINAPI GetThemeSysFont(HTHEME hTheme, int iFontID, LOGFONTW *plf)
} }
} }
if(iFontID == TMT_ICONTITLEFONT) { if(iFontID == TMT_ICONTITLEFONT) {
if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), &plf, 0)) if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), plf, 0))
return HRESULT_FROM_WIN32(GetLastError()); return HRESULT_FROM_WIN32(GetLastError());
} }
else { else {