lazarus/components/printers/printer4lazarus.pas
2015-06-16 09:16:18 +00:00

22 lines
412 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, Printer4LazStrConst, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('PrintersDlgs', @PrintersDlgs.Register);
end;
initialization
RegisterPackage('Printer4Lazarus', @Register);
end.