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 althoug
New submission from Christian Heimes:
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 no