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 christian.heimes
Recipients christian.heimes, loewis, mhammond
Date 2007-12-05.18:28:25
SpamBayes Score 0.33817264
Marked as misclassified No
Message-id <1196879306.07.0.906427134352.issue1558@psf.upfronthosting.co.za>
In-reply-to
Content
In VS 2008 the x64 platform doesn't define the _WIN64 macro. The _WIN64
macro defines the MS_WIN64 macro which sets several other macros and
changes some variables in pyconfig.h.

Question: Should we enforce MS_WIN64 for the x64 platform although
_WIN64 is not defined?
Question 2: WHY THE H... is the _WIN64 macro not defined? I'm googling now.
History
Date User Action Args
2007-12-05 18:28:26christian.heimessetspambayes_score: 0.338173 -> 0.33817264
recipients: + christian.heimes, loewis, mhammond
2007-12-05 18:28:26christian.heimessetspambayes_score: 0.338173 -> 0.338173
messageid: <1196879306.07.0.906427134352.issue1558@psf.upfronthosting.co.za>
2007-12-05 18:28:26christian.heimeslinkissue1558 messages
2007-12-05 18:28:25christian.heimescreate