Skip to content

Commit

Permalink
add missing IMF_EXPORT to ImfOpenInputFile in order to be able to use…
Browse files Browse the repository at this point in the history
… it from a windows dll

Signed-off-by: Laurens Voerman <l.voerman@rug.nl>
  • Loading branch information
LaurensVoerman authored and cary-ilm committed Jan 16, 2020
1 parent 7bd899a commit 767d497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenEXR/IlmImf/ImfCRgbaFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ int ImfTiledOutputLevelRoundingMode
struct ImfInputFile;
typedef struct ImfInputFile ImfInputFile;

IMF_EXPORT
ImfInputFile * ImfOpenInputFile (const char name[]);

IMF_EXPORT
Expand Down

0 comments on commit 767d497

Please sign in to comment.