mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 11:19:24 +02:00
parent
3c4228ec5e
commit
6aa04ce02b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user