Fix build with msvc

This commit is contained in:
Maxim 2016-07-27 14:00:17 +03:00 committed by GitHub
commit ed96c41005

View file

@ -3,6 +3,8 @@
#ifdef _MSC_VER
#define snprintf _snprintf
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
#define DECLARE_PYTHON(maj, min) \