git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63777
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
probably be simpler to just always use our own wxCRT_StrftimeW() below
if it does ever become a problem).
*/
probably be simpler to just always use our own wxCRT_StrftimeW() below
if it does ever become a problem).
*/
+#ifdef __cplusplus
+ extern "C"
+#endif
+ size_t
_xpg5_wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm * );
#define wxCRT_StrftimeW _xpg5_wcsftime
#else
_xpg5_wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm * );
#define wxCRT_StrftimeW _xpg5_wcsftime
#else