From 3ff8305038357d52a0f1e1c6f7140e21b70758df Mon Sep 17 00:00:00 2001 From: Laurens Voerman Date: Thu, 12 Dec 2019 14:46:59 +0100 Subject: [PATCH] add missing IMF_EXPORT to ImfOpenInputFile in order to be able to use it from a windows dll Signed-off-by: Laurens Voerman --- OpenEXR/IlmImf/ImfCRgbaFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenEXR/IlmImf/ImfCRgbaFile.h b/OpenEXR/IlmImf/ImfCRgbaFile.h index e70ffa6e1b..a1ce8328e3 100644 --- a/OpenEXR/IlmImf/ImfCRgbaFile.h +++ b/OpenEXR/IlmImf/ImfCRgbaFile.h @@ -443,6 +443,7 @@ int ImfTiledOutputLevelRoundingMode struct ImfInputFile; typedef struct ImfInputFile ImfInputFile; +IMF_EXPORT ImfInputFile * ImfOpenInputFile (const char name[]); IMF_EXPORT