mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +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>
|
||||
<Item37>
|
||||
<Filename Value="carbon\ppdresolution.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="ppdresolution"/>
|
||||
</Item37>
|
||||
</Files>
|
||||
|
@ -7,7 +7,7 @@ unit Printer4Lazarus;
|
||||
interface
|
||||
|
||||
uses
|
||||
PrintersDlgs, OSPrinters, ppdresolution, LazarusPackageIntf;
|
||||
PrintersDlgs, OSPrinters, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user