diff -r 32067784f198 PC/pyconfig.h --- a/PC/pyconfig.h Tue May 07 14:36:51 2013 +0100 +++ b/PC/pyconfig.h Wed May 08 00:09:53 2013 +0200 @@ -723,6 +723,9 @@ Py_NO_ENABLE_SHARED to find out. Also s /* The size of `wchar_t', as computed by sizeof. */ #define SIZEOF_WCHAR_T 2 +/* The size of `pid_t' (HANDLE). */ +#define SIZEOF_PID_T SIZEOF_VOID_P + /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */