Go to the documentation of this file.
6 #ifndef INCLUDED_ILMTHREADEXPORT_H
7 #define INCLUDED_ILMTHREADEXPORT_H
17 #if defined(OPENEXR_DLL)
22 # if defined(ILMTHREAD_EXPORTS)
23 # define ILMTHREAD_EXPORT __declspec(dllexport)
25 # define ILMTHREAD_EXPORT __declspec(dllimport)
29 # define ILMTHREAD_EXPORT_TYPE
30 # define ILMTHREAD_HIDDEN
35 # define ILMTHREAD_EXPORT OPENEXR_EXPORT
36 # define ILMTHREAD_HIDDEN OPENEXR_HIDDEN
37 # define ILMTHREAD_EXPORT_TYPE OPENEXR_EXPORT_TYPE
43 #endif // INCLUDED_ILMTHREADEXPORT_H