Fix openexr build on MinGW

This commit is contained in:
Andrey Kamaev
2012-08-25 18:13:59 +04:00
parent 941391c0be
commit 577d9cdece
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -46,6 +46,10 @@
#include "OpenEXRConfig.h"
#if !defined (HAVE_LARGE_STACK)
#include <string.h>
#endif
namespace Imf {
+1 -1
View File
@@ -56,7 +56,7 @@
#include <half.h>
#include "grfmt_exr.hpp"
#if defined _MSC_VER && _MSC_VER >= 1200
#if defined _WIN32
#undef UINT
#define UINT ((Imf::PixelType)0)