From c0e984002826217c2035573bf11193d0af516117 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Fri, 4 May 2007 00:25:08 +0000 Subject: [PATCH] Revert compiler comment to AMD64 for x64/AMD64 builds. --- PC/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 10d929a79a..91cc823b07 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -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)") -- 2.50.0