mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 21:09:23 +02:00
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:
parent
d7fbbecdb3
commit
67fb8b756c
@ -188,6 +188,7 @@
|
|||||||
</Item36>
|
</Item36>
|
||||||
<Item37>
|
<Item37>
|
||||||
<Filename Value="carbon\ppdresolution.pas"/>
|
<Filename Value="carbon\ppdresolution.pas"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="ppdresolution"/>
|
<UnitName Value="ppdresolution"/>
|
||||||
</Item37>
|
</Item37>
|
||||||
</Files>
|
</Files>
|
||||||
|
@ -7,7 +7,7 @@ unit Printer4Lazarus;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
PrintersDlgs, OSPrinters, ppdresolution, LazarusPackageIntf;
|
PrintersDlgs, OSPrinters, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user