This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonny
Recipients jonny
Date 2010-11-22.13:20:18
SpamBayes Score 3.032091e-07
Marked as misclassified No
Message-id <1290432020.95.0.401711712349.issue10504@psf.upfronthosting.co.za>
In-reply-to
Content
There are a number of mingw compile issues which are easily fixed
* some "_MSC_VER" #if's should be "MS_WINDOWS" instead
* for cross-compiling, windows.h should be all-lowercase
* mingw has a strcasecmp, so private implementations must not use that name
History
Date User Action Args
2010-11-22 13:20:21jonnysetrecipients: + jonny
2010-11-22 13:20:20jonnysetmessageid: <1290432020.95.0.401711712349.issue10504@psf.upfronthosting.co.za>
2010-11-22 13:20:18jonnylinkissue10504 messages
2010-11-22 13:20:18jonnycreate