SynEdit: fixed compilation (IFDEF not defined)

git-svn-id: trunk@39594 -
This commit is contained in:
martin 2012-12-20 11:43:58 +00:00
parent 9a94c99ce1
commit a0b3e5b884

View File

@ -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;