1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

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