You've already forked lazarus-ccr
PowerPDF: changed defines LINUX->UNIX, issue 21543
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2375 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -30,7 +30,7 @@ unit PdfImages;
|
||||
|
||||
interface
|
||||
|
||||
{$IFDEF LINUX}
|
||||
{$IFDEF UNIX}
|
||||
{$IFDEF LAZ_POWERPDF}
|
||||
{$ELSE}
|
||||
{$DEFINE USE_CLX}
|
||||
|
@ -1002,7 +1002,7 @@ var
|
||||
i: integer;
|
||||
begin
|
||||
result := '';
|
||||
{$IFNDEF LINUX}
|
||||
{$IFNDEF UNIX}
|
||||
Len := MultiByteToWideChar(0, CP_ACP,
|
||||
PChar(Value), Length(Value), nil, 0);
|
||||
GetMem(PW, Len * 2);
|
||||
|
Reference in New Issue
Block a user