implement wcsftime for versions of VS earlier than 2005
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
79f82e1f66
commit
048128e086
@ -500,9 +500,9 @@ strftime(char * const s, const size_t maxsize, const char *format, const struct
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Not needed in VS Studio 2005, how about earlier versions? */
|
/* Not needed in VS Studio 2005 */
|
||||||
|
|
||||||
#if 0
|
#if !(__VISUALC__ >= 1400)
|
||||||
size_t wcsftime(wchar_t *s,
|
size_t wcsftime(wchar_t *s,
|
||||||
const size_t maxsize,
|
const size_t maxsize,
|
||||||
const wchar_t *format,
|
const wchar_t *format,
|
||||||
|
Loading…
Reference in New Issue
Block a user