diff --git a/lcl/lcltype.pp b/lcl/lcltype.pp index 1e2778cc5c..f8e9f57d35 100644 --- a/lcl/lcltype.pp +++ b/lcl/lcltype.pp @@ -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}