[pypy-commit] cffi default: Windows compilation fix

2019-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r3185:e851dbe5757a Date: 2019-01-29 00:00 +0100 http://bitbucket.org/cffi/cffi/changeset/e851dbe5757a/ Log:Windows compilation fix diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -700,22 +700,22 @@ static PyObject *ffi_fro

[pypy-commit] cffi default: Windows compilation fix

2016-11-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r2812:b40175801569 Date: 2016-11-12 10:59 +0100 http://bitbucket.org/cffi/cffi/changeset/b40175801569/ Log:Windows compilation fix diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2153,6 +2153,7 @@