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:
jesusr
2012-04-01 08:01:14 +00:00
parent e20183d451
commit c43c43ab66
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ unit PdfImages;
interface
{$IFDEF LINUX}
{$IFDEF UNIX}
{$IFDEF LAZ_POWERPDF}
{$ELSE}
{$DEFINE USE_CLX}

View File

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