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:
Julian Smart 2006-10-31 15:22:17 +00:00
parent 79f82e1f66
commit 048128e086

View File

@ -500,9 +500,9 @@ strftime(char * const s, const size_t maxsize, const char *format, const struct
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,
const size_t maxsize,
const wchar_t *format,