
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6806 8e941d3f-bd1b-0410-a28a-d453659cc2b4
16 lines
352 B
ObjectPascal
16 lines
352 B
ObjectPascal
{ Add this unit to the "uses" clause of the main form in order be able to
|
|
read the MakerNote tag of all supported camera makes. }
|
|
|
|
unit fpeMakerNote;
|
|
|
|
interface
|
|
|
|
uses
|
|
fpeMakerNoteCanon, fpeMakerNoteCasio, fpeMakerNoteEpson, fpeMakerNoteFuji,
|
|
fpeMakerNoteMinolta, fpeMakerNoteNikon, fpeMakerNoteOlympus,
|
|
fpeMakerNoteSanyo;
|
|
|
|
implementation
|
|
|
|
end.
|