Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 475a476 + 732ac32 commit dbb7aa5Copy full SHA for dbb7aa5
1 file changed
PC/pyconfig.h
@@ -390,7 +390,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
390
#else
391
/* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
392
#define Py_LL(x) x##I64
393
-#endif /* _MSC_VER > 1200 */
+#endif /* _MSC_VER > 1300 */
394
#endif /* _MSC_VER */
395
396
#endif
0 commit comments