You've already forked lazarus-ccr
fpexif: Fix compilation down to Laz 1.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6131 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -20,6 +20,11 @@ uses
|
|||||||
|
|
||||||
type
|
type
|
||||||
{$IFDEF FPC}
|
{$IFDEF FPC}
|
||||||
|
|
||||||
|
{$IF FPC_FULLVERSION < 3000200}
|
||||||
|
TStringArray = array of string;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
TInt64List = specialize TFPGList<int64>;
|
TInt64List = specialize TFPGList<int64>;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
TInt64List = class(TList)
|
TInt64List = class(TList)
|
||||||
|
@ -4,12 +4,11 @@
|
|||||||
|
|
||||||
unit fpexif_pkg;
|
unit fpexif_pkg;
|
||||||
|
|
||||||
{$warn 5023 off : no warning about unused units}
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
fpeGlobal, fpeTags, fpeUtils, fpeMetadata, fpeExifReadWrite,
|
fpeGlobal, fpeTags, fpeUtils, fpeMetadata, fpeExifReadWrite,
|
||||||
fpeIptcReadWrite, fpeExifData, fpeIptcData, fpeStrConsts, fpemakernote;
|
fpeIptcReadWrite, fpeExifData, fpeIptcData, fpeStrConsts, fpeMakerNote;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user