Go to the documentation of this file.
6 #ifndef INCLUDED_IEXEXPORT_H
7 #define INCLUDED_IEXEXPORT_H
11 #if defined(OPENEXR_DLL)
17 # if defined(IEX_EXPORTS)
18 # define IEX_EXPORT __declspec(dllexport)
20 # define IEX_EXPORT __declspec(dllimport)
24 # define IEX_EXPORT_TYPE
25 # define IEX_EXPORT_ENUM
30 # define IEX_EXPORT OPENEXR_EXPORT
31 # define IEX_EXPORT_TYPE OPENEXR_EXPORT_TYPE
32 # define IEX_EXPORT_ENUM OPENEXR_EXPORT_ENUM
36 #endif // #ifndef INCLUDED_IEXEXPORT_H