提交 f9aa148b 编写于 作者: A Andrey Pavlenko

eliminating VS2013 build warnings

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册