Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbb7aa5

Browse files
committed
Closes #21713: Merge with 3.4
2 parents 475a476 + 732ac32 commit dbb7aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
390390
#else
391391
/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
392392
#define Py_LL(x) x##I64
393-
#endif /* _MSC_VER > 1200 */
393+
#endif /* _MSC_VER > 1300 */
394394
#endif /* _MSC_VER */
395395

396396
#endif

0 commit comments

Comments
 (0)