Kaydet (Commit) c0e98400 authored tarafından Kristján Valur Jónsson's avatar Kristján Valur Jónsson

Revert compiler comment to AMD64 for x64/AMD64 builds.

üst f030394d
...@@ -141,7 +141,7 @@ MS_CORE_DLL. ...@@ -141,7 +141,7 @@ MS_CORE_DLL.
#define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)") #define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
#define MS_WINI64 #define MS_WINI64
#elif defined(_M_X64) #elif defined(_M_X64)
#define COMPILER _Py_PASTE_VERSION("64 bit (x64)") #define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
#define MS_WINX64 #define MS_WINX64
#else #else
#define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)") #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment