mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Revert compiler comment to AMD64 for x64/AMD64 builds.
This commit is contained in:
parent
f030394de3
commit
c0e9840028
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ MS_CORE_DLL.
|
|||
#define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
|
||||
#define MS_WINI64
|
||||
#elif defined(_M_X64)
|
||||
#define COMPILER _Py_PASTE_VERSION("64 bit (x64)")
|
||||
#define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
|
||||
#define MS_WINX64
|
||||
#else
|
||||
#define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue