From 965c1eb6513ad80c71b425c8a1b04a70b3bae291 Mon Sep 17 00:00:00 2001 From: Ibraheem Alhashim Date: Mon, 5 Mar 2018 16:11:39 +0300 Subject: [PATCH] Missing symbols on Windows due to missing IMF_EXPORT --- OpenEXR/IlmImf/ImfAttribute.h | 2 +- OpenEXR/IlmImf/ImfHeader.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenEXR/IlmImf/ImfAttribute.h b/OpenEXR/IlmImf/ImfAttribute.h index 86762ad16..93e1fcf81 100644 --- a/OpenEXR/IlmImf/ImfAttribute.h +++ b/OpenEXR/IlmImf/ImfAttribute.h @@ -132,7 +132,7 @@ class IMF_EXPORT Attribute //------------------------------------------------- template -class TypedAttribute: public Attribute +class IMF_EXPORT TypedAttribute: public Attribute { public: diff --git a/OpenEXR/IlmImf/ImfHeader.h b/OpenEXR/IlmImf/ImfHeader.h index 756a62e70..2b3327354 100644 --- a/OpenEXR/IlmImf/ImfHeader.h +++ b/OpenEXR/IlmImf/ImfHeader.h @@ -493,7 +493,7 @@ class Header::ConstIterator // //------------------------------------------------------------------------ -void staticInitialize (); +void IMF_EXPORT staticInitialize (); //-----------------