[issue1558] x64 platform doesn't define _WIN64

Christian Heimes report at bugs.python.org
Wed Dec 5 22:59:00 CET 2007


Christian Heimes added the comment:

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.

----------
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1558>
__________________________________


More information about the Python-bugs-list mailing list