Go to the documentation of this file.
18 #if defined(OPENEXR_DLL)
23 # if defined(OPENEXRCORE_EXPORTS)
24 # define EXR_EXPORT __declspec (dllexport)
26 # define EXR_EXPORT __declspec (dllimport)
31 # define EXR_EXPORT OPENEXR_EXPORT
39 #if defined(__GNUC__) || defined(__clang__)
40 # define EXR_PRINTF_FUNC_ATTRIBUTE __attribute__ ((format (printf, 3, 4)))
42 # define EXR_PRINTF_FUNC_ATTRIBUTE