Kaydet (Commit) dbb7aa5b authored tarafından Zachary Ware's avatar Zachary Ware

Closes #21713: Merge with 3.4

......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment