Commit f9aa148b authored by Andrey Pavlenko's avatar Andrey Pavlenko

eliminating VS2013 build warnings

parent 24be7b26
......@@ -61,7 +61,10 @@
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#if defined(_MSC_VER) && (_MSC_VER < 1700)
#include <MultiMon.h>
#endif
#include <commctrl.h>
#include <winuser.h>
......
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
// eliminating duplicated round() declaration
#define HAVE_ROUND
#endif
#include <Python.h>
#if !PYTHON_USE_NUMPY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment