lazarus/components/printers/printer4lazarus.pas
mattias 5e317c7619 fixed make bigide for darwin
git-svn-id: trunk@8609 -
2006-01-23 20:39:57 +00:00

22 lines
395 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit Printer4Lazarus;
interface
uses
PrintersDlgs, OSPrinters, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('PrintersDlgs', @PrintersDlgs.Register);
end;
initialization
RegisterPackage('Printer4Lazarus', @Register);
end.