Fix openexr build on MinGW

pull/28/head
Andrey Kamaev 13 years ago
parent 941391c0be
commit 577d9cdece
  1. 4
      3rdparty/openexr/IlmImf/ImfAutoArray.h
  2. 2
      modules/highgui/src/grfmt_exr.cpp

@ -46,6 +46,10 @@
#include "OpenEXRConfig.h"
#if !defined (HAVE_LARGE_STACK)
#include <string.h>
#endif
namespace Imf {

@ -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)

Loading…
Cancel
Save