From: Christian Heimes Date: Fri, 30 Nov 2007 23:34:21 +0000 (+0000) Subject: Marc-Andre Lemburg has found the culprit of the problem in r57142. X-Git-Tag: v3.0a2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5daaed30d7c54ba1f516289f3a7a30a864133af;p=thirdparty%2FPython%2Fcpython.git Marc-Andre Lemburg has found the culprit of the problem in r57142. --- diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index 9c9b694602d4..b41a0405e1d6 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -8,7 +8,7 @@ # include # endif # include -# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP)) +# if !(defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))) # include # endif