Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/openexr.imageio/exrinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ OIIO_PLUGIN_NAMESPACE_BEGIN
// Defined in exrinput_c.cpp. Declare here at C++ namespace scope (not inside
// the extern "C" block below) so the linkage matches the definition in the
// non-embedded (dynamic plugin) build where OIIO_PLUGIN_EXPORTS_BEGIN is
// `extern "C"`.
extern ImageInput*
// `extern "C"`. Use OIIO_EXPORT to ensure safe unity build on Windows.
extern OIIO_EXPORT ImageInput*
openexrcore_input_imageio_create();
#endif

Expand Down
Loading