commit | 6b0e51a08c66e5b4da4c1cc1fe35f99efa102cdc | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Wed Jun 03 05:19:18 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Wed Jun 03 05:19:18 2009 +0000 |
tree | d3ac7700e8c6f108a3b5c3bf5691b8a0d3e8edf5 | |
parent | 3db5e7be1cf61756e89c40efcc1e24f00f33425b [diff] [blame] |
Issue #6183: Disables wcsftime on VC6.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index d76846f..3c3c6f4 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h
@@ -638,7 +638,9 @@ /* #undef HAVE_WAITPID */ /* Define to 1 if you have the `wcsftime' function. */ +#if defined(_MSC_VER) && _MSC_VER >= 1310 #define HAVE_WCSFTIME 1 +#endif /* Define to 1 if you have the `wcscoll' function. */ #ifndef MS_WINCE