Skip to content

Commit

Permalink
Fix typo introduced during documentation / cleanup pass
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Mar 14, 2021
1 parent 0055724 commit f0640f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/OpenEXRUtil/ImfUtilExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// are we making a DLL under windows (might be msvc or mingw or others)
#if defined(OPENEXR_DLL)

# if defined(OPENEXR_EXPORTS)
# if defined(OPENEXRUTIL_EXPORTS)
# define IMFUTIL_EXPORT __declspec(dllexport)

# if defined(__MINGW32__)
Expand Down

0 comments on commit f0640f6

Please sign in to comment.