summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-11 15:28:31 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-06-11 15:28:31 -0500
commit57942d2a8e008b17690537892265d295ea41a0e2 (patch)
tree746731d456e0adfb59abbcc6c83dbc9aa2a0f76e /PC/pyconfig.h
parentdce35e97e68c3af6d4f6ed04b34d27d494fd5b00 (diff)
parent5b603110c6f2932d749e64985f91789d51cae5f2 (diff)
downloadcpython-57942d2a8e008b17690537892265d295ea41a0e2.tar.gz
Closes #21713: Merge with 3.4
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 c0f802b073..e82e6e9047 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -390,7 +390,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
#else
/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
#define Py_LL(x) x##I64
-#endif /* _MSC_VER > 1200 */
+#endif /* _MSC_VER > 1300 */
#endif /* _MSC_VER */
#endif