lazarus/components/jpeg/jpegforlazarus.pas
mattias e320c21658 fixed compilation for current FPC 1.9.5
git-svn-id: trunk@6251 -
2004-11-15 19:59:32 +00:00

22 lines
345 B
ObjectPascal

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