Printers, unit ppdresolutions should not be 'used' by the package source, fix compiling in other than Mac OS's

git-svn-id: trunk@48543 -
This commit is contained in:
jesus 2015-03-30 18:26:39 +00:00
parent d7fbbecdb3
commit 67fb8b756c
2 changed files with 2 additions and 1 deletions

View File

@ -188,6 +188,7 @@
</Item36>
<Item37>
<Filename Value="carbon\ppdresolution.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="ppdresolution"/>
</Item37>
</Files>

View File

@ -7,7 +7,7 @@ unit Printer4Lazarus;
interface
uses
PrintersDlgs, OSPrinters, ppdresolution, LazarusPackageIntf;
PrintersDlgs, OSPrinters, LazarusPackageIntf;
implementation