mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:19:36 +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
|
||||
|
||||
{$IFDEF WinCE}
|
||||
{$FATAL This unit (and therefore the Printers4Lazarus package) cannot be built for WinCE}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF UNIX}
|
||||
{$IFDEF DARWIN}
|
||||
{$IFDEF LCLCarbon}
|
||||
|
@ -21,6 +21,10 @@ unit PrintersDlgs;
|
||||
|
||||
interface
|
||||
|
||||
{$IFDEF WinCE}
|
||||
{$FATAL This unit (and therefore the Printers4Lazarus package) cannot be built for WinCE}
|
||||
{$ENDIF}
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Dialogs, LResources, Printers, OsPrinters;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user