mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #5562: Use wcsftime for time.strftime where available.
This commit is contained in:
parent
3ad05763a6
commit
1b01ccd76a
4 changed files with 65 additions and 12 deletions
|
|
@ -637,6 +637,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
/* Define if you have waitpid. */
|
||||
/* #undef HAVE_WAITPID */
|
||||
|
||||
/* Define to 1 if you have the `wcsftime' function. */
|
||||
#define HAVE_WCSFTIME 1
|
||||
|
||||
/* Define to 1 if you have the `wcscoll' function. */
|
||||
#ifndef MS_WINCE
|
||||
#define HAVE_WCSCOLL 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue