probably be simpler to just always use our own wxCRT_StrftimeW() below
if it does ever become a problem).
*/
- extern "C" size_t
+#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