mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +02:00
fixed compiling without fpImage
git-svn-id: trunk@4608 -
This commit is contained in:
parent
52880372e2
commit
c482981642
@ -20,6 +20,7 @@
|
||||
|
||||
{ TPortableNetworkGraphic }
|
||||
|
||||
{$IFDEF UseFPImage}
|
||||
function TPortableNetworkGraphic.GetFPReaderForFileExt(
|
||||
const FileExtension: string): TFPCustomImageReaderClass;
|
||||
begin
|
||||
@ -31,6 +32,7 @@ function TPortableNetworkGraphic.GetFPWriterForFileExt(
|
||||
begin
|
||||
Result:=TFPWriterPNG;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
function TPortableNetworkGraphic.LazarusResourceTypeValid(
|
||||
const ResourceType: string): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user