Author: Armin Rigo <ar...@tunes.org> Branch: release-1.6.x Changeset: r46726:080f42d5c4b4 Date: 2011-08-23 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/080f42d5c4b4/
Log: Bah. diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py --- a/ctypes_configure/configure.py +++ b/ctypes_configure/configure.py @@ -559,7 +559,9 @@ C_HEADER = """ #include <stdio.h> #include <stddef.h> /* for offsetof() */ -#include <stdint.h> /* FreeBSD: for uint64_t */ +#ifndef _WIN32 +# include <stdint.h> /* FreeBSD: for uint64_t */ +#endif void dump(char* key, int value) { printf("%s: %d\\n", key, value); _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit