[issue3257] "#define socklen_t int" in pyconfig.h

2008-07-02 Thread fgoujeon
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

[issue3257] "#define socklen_t int" in pyconfig.h

2008-07-02 Thread fgoujeon
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