mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:40:15 +02:00
Printers4Lazarus: force fatal compilation error on WinCE platform, since the package is unsupported on this platform.
git-svn-id: trunk@54900 -
This commit is contained in:
parent
fb53db05ec
commit
c2f112c3d0
@ -28,6 +28,10 @@ unit OSPrinters;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
{$IFDEF WinCE}
|
||||||
|
{$FATAL This unit (and therefore the Printers4Lazarus package) cannot be built for WinCE}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{$IFDEF UNIX}
|
{$IFDEF UNIX}
|
||||||
{$IFDEF DARWIN}
|
{$IFDEF DARWIN}
|
||||||
{$IFDEF LCLCarbon}
|
{$IFDEF LCLCarbon}
|
||||||
|
@ -21,6 +21,10 @@ unit PrintersDlgs;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
{$IFDEF WinCE}
|
||||||
|
{$FATAL This unit (and therefore the Printers4Lazarus package) cannot be built for WinCE}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, Forms, Controls, Dialogs, LResources, Printers, OsPrinters;
|
Classes, SysUtils, Forms, Controls, Dialogs, LResources, Printers, OsPrinters;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user