mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 00:27:11 +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,
|
procedure TSynEditStringSystemWidthChars.DoGetPhysicalCharWidths(Line: PChar; LineLen,
|
||||||
Index: Integer; PWidths: PPhysicalCharWidth);
|
Index: Integer; PWidths: PPhysicalCharWidth);
|
||||||
|
{$IFDEF Windows}
|
||||||
var
|
var
|
||||||
//s: UnicodeString;// wideString;
|
//s: UnicodeString;// wideString;
|
||||||
{$IFDEF Windows}
|
|
||||||
i: DWORD;
|
i: DWORD;
|
||||||
cpRes: TGCPRESULTS;
|
cpRes: TGCPRESULTS;
|
||||||
outs: array of widechar;
|
outs: array of widechar;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user