lcl: fixed wince compilation (bug #8836)

git-svn-id: trunk@11108 -
This commit is contained in:
vincents 2007-05-08 17:46:36 +00:00
parent 3c4228ec5e
commit 6aa04ce02b

View File

@ -1866,7 +1866,8 @@ type
PLogFontW = ^TLogFontW;
PLogFont = PLogFontA;
{$ifdef WINDOWS}
//win32, win64, but not wince because that is lfFaceName has WideChar on wince
{$ifdef MSWINDOWS}
LOGFONTA = Windows.LogFont;
LOGFONTW = Windows.LogFontW;
{$else}