Go to the documentation of this file.
35 #if defined(OPENEXR_DLL)
36 #if defined(ILMIMF_EXPORTS)
37 #define IMF_EXPORT __declspec(dllexport)
38 #define IMF_EXPORT_CONST extern __declspec(dllexport)
40 #define IMF_EXPORT __declspec(dllimport)
41 #define IMF_EXPORT_CONST extern __declspec(dllimport)
45 #define IMF_EXPORT_CONST extern const