Revert compiler comment to AMD64 for x64/AMD64 builds.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 10d929a..91cc823 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -141,7 +141,7 @@
 #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)")