mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 05:37:17 +01:00
SynEdit: fixed compilation (IFDEF not defined)
git-svn-id: trunk@39594 -
This commit is contained in:
parent
9a94c99ce1
commit
a0b3e5b884
@ -67,9 +67,9 @@ end;
|
||||
|
||||
procedure TSynEditStringSystemWidthChars.DoGetPhysicalCharWidths(Line: PChar; LineLen,
|
||||
Index: Integer; PWidths: PPhysicalCharWidth);
|
||||
{$IFDEF Windows}
|
||||
var
|
||||
//s: UnicodeString;// wideString;
|
||||
{$IFDEF Windows}
|
||||
i: DWORD;
|
||||
cpRes: TGCPRESULTS;
|
||||
outs: array of widechar;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user