summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2007-05-04 00:25:08 +0000
committerKristján Valur Jónsson <kristjan@ccpgames.com>2007-05-04 00:25:08 +0000
commitb4f64c6b9bbfa7e9f9fd81470aec5db462f5acf6 (patch)
treee85b2bb6d3323a9fc14552da5634f593216e891a /PC/pyconfig.h
parent08ebf23658958fa22b8c002caaafc27160349d44 (diff)
downloadcpython-b4f64c6b9bbfa7e9f9fd81470aec5db462f5acf6.tar.gz
Revert compiler comment to AMD64 for x64/AMD64 builds.
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
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)")