lazarus-ccr/components/splashabout/splashabout.pas
gbamber 7285408764 With LCLPlatformDef fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7316 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-24 15:11:39 +00:00

23 lines
452 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit splashabout;
{$warn 5023 off : no warning about unused units}
interface
uses
usplashabout, uversion, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('usplashabout', @usplashabout.Register);
end;
initialization
RegisterPackage('splashabout', @Register);
end.