mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
Printers, fix compile under carbon
git-svn-id: trunk@12807 -
This commit is contained in:
parent
c21eb20d00
commit
1dee7c4bed
@ -77,6 +77,7 @@ implementation
|
||||
{$IFDEF LCLCarbon}
|
||||
// add units as needed for carbon, for the moment use cups ones.
|
||||
uses Controls, udlgSelectPrinter, udlgPropertiesPrinter, FileUtil;
|
||||
{$I cupsprndialogs.inc}
|
||||
{$ELSE}
|
||||
uses Controls, udlgSelectPrinter, udlgPropertiesPrinter, FileUtil;
|
||||
{$I cupsprndialogs.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user