Author: Armin Rigo <[email protected]> Branch: release-4.0.x Changeset: r80727:5f8302b8bf9f Date: 2015-11-17 13:10 +0100 http://bitbucket.org/pypy/pypy/changeset/5f8302b8bf9f/
Log: win32: manually port fe575252cf40 from default diff --git a/pypy/module/_cffi_backend/src/parse_c_type.c b/pypy/module/_cffi_backend/src/parse_c_type.c --- a/pypy/module/_cffi_backend/src/parse_c_type.c +++ b/pypy/module/_cffi_backend/src/parse_c_type.c @@ -4,6 +4,7 @@ #include <errno.h> #if defined(_MSC_VER) +# define MS_WIN32 typedef size_t uintptr_t; #else # include <stdint.h> _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
