win32: correct GetThemeFont, GetThemeSystemFont LogFont to LogFontW

git-svn-id: trunk@30230 -
This commit is contained in:
paul 2011-04-07 06:28:06 +00:00
parent b11b6f938a
commit 0ab62c8fa2

View File

@ -788,7 +788,7 @@ var
var
GetThemeFont: function(hTheme: HTHEME; hdc: HDC; iPartId, iStateId, iPropId: Integer;
var pFont: LOGFONT): HRESULT; stdcall;
var pFont: LOGFONTW): HRESULT; stdcall;
{$EXTERNALSYM GetThemeFont}
//----------------------------------------------------------------------------------------------------------------------
@ -1045,7 +1045,7 @@ var
//----------------------------------------------------------------------------------------------------------------------
var
GetThemeSysFont: function(hTheme: HTHEME; iFontId: Integer; var plf: LOGFONT): HRESULT; stdcall;
GetThemeSysFont: function(hTheme: HTHEME; iFontId: Integer; var plf: LOGFONTW): HRESULT; stdcall;
{$EXTERNALSYM GetThemeSysFont}
//----------------------------------------------------------------------------------------------------------------------