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 BreamoreBoy
Recipients BreamoreBoy, Nicholas.DiPiazza, Scott.Rostrup, jbinder, jlt63, stutzbach, terry.reedy
Date 2014-07-29.21:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406670677.08.0.892126633017.issue8548@psf.upfronthosting.co.za>
In-reply-to
Content
main.c has this.

#if defined(MS_WINDOWS) || defined(__CYGWIN__)
#include <windows.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#define PATH_MAX MAXPATHLEN
#endif
#endif

Wouldn't inserting #else before #define fix this issue?
History
Date User Action Args
2014-07-29 21:51:17BreamoreBoysetrecipients: + BreamoreBoy, jlt63, terry.reedy, stutzbach, jbinder, Scott.Rostrup, Nicholas.DiPiazza
2014-07-29 21:51:17BreamoreBoysetmessageid: <1406670677.08.0.892126633017.issue8548@psf.upfronthosting.co.za>
2014-07-29 21:51:17BreamoreBoylinkissue8548 messages
2014-07-29 21:51:16BreamoreBoycreate