Author: Armin Rigo <[email protected]> Branch: Changeset: r90667:24e72d1a2755 Date: 2017-03-14 07:55 +0100 http://bitbucket.org/pypy/pypy/changeset/24e72d1a2755/
Log: pom pom pom still trying diff --git a/pypy/module/cpyext/src/pymem.c b/pypy/module/cpyext/src/pymem.c --- a/pypy/module/cpyext/src/pymem.c +++ b/pypy/module/cpyext/src/pymem.c @@ -1,3 +1,7 @@ +#ifdef _WIN32 +# define _WIN32_WINNT 0x0501 +#endif + #include <Python.h> #ifdef _WIN32 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
