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.21:59:00
SpamBayes Score 0.028129088
Marked as misclassified No
Message-id <1196891940.89.0.196902602271.issue1558@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry guys, it was false alarm.

From r59375:
The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS
2008 IDE doesn't know about (some) of the macros and can display wrong
information. In my case a section #ifdef _WIN64 was grayed out although
the platform was x64. I've added the macros to pyproject.vsprops and
x64.vsprops to avoid future confusion.
History
Date User Action Args
2007-12-05 21:59:01christian.heimessetspambayes_score: 0.0281291 -> 0.028129088
recipients: + christian.heimes, loewis, mhammond
2007-12-05 21:59:00christian.heimessetspambayes_score: 0.0281291 -> 0.0281291
messageid: <1196891940.89.0.196902602271.issue1558@psf.upfronthosting.co.za>
2007-12-05 21:59:00christian.heimeslinkissue1558 messages
2007-12-05 21:59:00christian.heimescreate