From Martin Lambers, "Fix static linking with EXR plugin on MinGW"

This commit is contained in:
Robert Osfield
2010-01-28 10:59:00 +00:00
parent 2af633352b
commit a5f3d0c661

View File

@@ -4,7 +4,7 @@
#include <osg/Image>
#include <osg/GL>
#ifdef _WIN32
#if defined _WIN32 && !defined OSG_LIBRARY_STATIC
//Make the half format work against openEXR libs
#define OPENEXR_DLL
#endif