Merge pull request #2061 from apavlenko:2.4_fix_build_vs12

This commit is contained in:
Andrey Pavlenko
2013-12-26 19:38:56 +04:00
committed by OpenCV Buildbot
3 changed files with 5 additions and 503 deletions

View File

@@ -61,7 +61,6 @@
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#include <MultiMon.h>
#include <commctrl.h>
#include <winuser.h>

View File

@@ -1,3 +1,8 @@
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
// eliminating duplicated round() declaration
#define HAVE_ROUND
#endif
#include <Python.h>
#if !PYTHON_USE_NUMPY