Hi Bookaa, On Wed, May 23, 2012 at 6:07 AM, bookaa <[email protected]> wrote: > ! includes = ['stdlib.h', 'stdio.h', 'sys/types.h', 'stdint.h']
The MSVC compiler before 2010 doesn't provide a 'stdint.h', so this change would break it. You need to come up with a more complicated solution. Armin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
