As noted in commit
38aa66aabf, VC6 on Windows does not support the
64-bit-int build option, and likewise is broken if we don't undef HAS_QUAD
in the core.
breakage on CPAN for too little gain. (See RT #119753)
However, we do need HAS_QUAD in the core for use by the drand48 code. */
# undef HAS_QUAD
+#elif defined(_MSC_VER) && _MSC_VER < 1300
+/* Undef HAS_QUAD in core for Win32 VC6 because it has poor __int64 support. */
+# undef HAS_QUAD
#endif
# endif
#endif