1
0
Files
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
captcha
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
everettrandom
examplecomponent
exctrls
extrasyn
fpexif
delphi examples
examples
languages
tests
tools
fpeexifdata.pas
fpeexifreadwrite.pas
fpeglobal.pas
fpeiptcdata.pas
fpeiptcreadwrite.pas
fpemakernote.pas
fpemakernotecanon.pas
fpemakernotecasio.pas
fpemakernoteepson.pas
fpemakernotefuji.pas
fpemakernoteminolta.pas
fpemakernotenikon.pas
fpemakernoteolympus.pas
fpemakernotesanyo.pas
fpemetadata.pas
fpestrconsts.pas
fpetags.pas
fpeutils.pas
fpexif.inc
fpexif_fpc.inc
fpexif_pkg.lpk
fpexif_pkg.pas
fpexmpdata.pas
fpexmpreadwrite.pas
readme.txt
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
lazmapviewer
lclextensions
longtimer
manualdock
mbColorLib
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
splashabout
svn
systools
tdi
thtmlport
tparadoxdataset
tvplanit
xdev_toolkit
zlibar
zmsql
examples
image_sources
lclbindings
wst
lazarus-ccr/components/fpexif/fpexif.inc

35 lines
1010 B
PHP
Raw Normal View History

{$IFDEF FPC}
{------------------------------------------------------------------
Defines for Lanzarus and FPC
------------------------------------------------------------------}
////// { Activate this define if an FPC version of at least 3.0 is used. }
{ This define signals that an FPC version >= 3.0 is used }
{$DEFINE FPC3+}
{$I fpexif_fpc.inc}
// Don't use jpeg units
{$DEFINE dExifNoJpeg}
{$ELSE}
{------------------------------------------------------------------
Defines for Delphi
------------------------------------------------------------------}
{$UNDEF FPC3+}
{ Activate this define if a library other than Delphi's jpeg is
used for reading of jpeg files.
Is active by default for Lazarus/FPC }
{.$DEFINE dEXIFNoJpeg}
{ Activate the define ENDIAN_BIG if working on a Big-Endian machine }
{.$DEFINE ENDIAN_BIG}
{ I did not test all Delphi versions. Extend the list if needed... }
{$IFDEF VER150}
{$DEFINE DELPHI7}
{$ENDIF}
{$ENDIF}