fgoujeon <[EMAIL PROTECTED]> added the comment:
Erratum:
The culpables are these lines (from line 428):
/* Define to `int' if doesn't define. */
#if _MSC_VER + 0 >= 1300
/* VC.NET typedefs socklen_t in ws2tcpip.h. */
#else
#define socklen_t
New submission from fgoujeon <[EMAIL PROTECTED]>:
Hello all,
I'm using MinGW 4.2.1 and was unable to compile my code when including
pyconfig.h.
The culpables are these lines (from line 428):
/* Define to `int' if doesn't define. */
#if 1 //_MSC_VER + 0 >= 1300
/* V