Added patch from master for fixing VS2013 in 3rd party lib OpenEXR

This commit is contained in:
Andrey Pavlenko
2013-12-03 16:08:57 +04:00
parent bd9d3dd561
commit b5dbe9e04b
8 changed files with 79 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
#include "ImathMatrixAlgo.h"
#include <cmath>
#include <algorithm> // for std::max()
#if defined(OPENEXR_DLL)
#define EXPORT_CONST __declspec(dllexport)