[pypy-svn] r64537 - pypy/trunk/pypy/rlib

afa at codespeak.net afa at codespeak.net
Tue Apr 21 18:22:04 CEST 2009


Author: afa
Date: Tue Apr 21 18:22:02 2009
New Revision: 64537

Modified:
   pypy/trunk/pypy/rlib/libffi.py
Log:
Remove this #define that I don't know why it was here
and causes the build to fail on Vista


Modified: pypy/trunk/pypy/rlib/libffi.py
==============================================================================
--- pypy/trunk/pypy/rlib/libffi.py	(original)
+++ pypy/trunk/pypy/rlib/libffi.py	Tue Apr 21 18:22:02 2009
@@ -80,7 +80,6 @@
 else:
     libffidir = py.path.local(pypydir).join('translator', 'c', 'src', 'libffi_msvc')
     eci = ExternalCompilationInfo(
-        pre_include_bits = ['#define _WIN32_WINNT 0x501'],
         includes = ['ffi.h', 'windows.h'],
         libraries = ['kernel32'],
         include_dirs = [libffidir],



More information about the Pypy-commit mailing list