LCL: fixed compilation fpc 2.6.x

git-svn-id: trunk@37523 -
This commit is contained in:
mattias 2012-06-05 06:32:05 +00:00
parent 882983bb84
commit 4ca3da0301

View File

@ -31,7 +31,11 @@ var
D, T: TDateTime;
S: String;
YY, MM, DD, HH, NN, SS: Integer;
{$IF FPC_FULLVERSION>=20701}
IFD: TTiffIFD;
{$ELSE}
IFD: TTiffIDF;
{$ENDIF}
begin
IFD:=TFPReaderTiff(AReader).FirstImg;
FArtist := IFD.Artist;