build fix for IRIX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ad4a907bb7
commit
a89c31bb34
@ -657,7 +657,10 @@ WXDLLIMPEXP_BASE wchar_t * wxCRT_GetenvW(const wchar_t *name);
|
|||||||
probably be simpler to just always use our own wxCRT_StrftimeW() below
|
probably be simpler to just always use our own wxCRT_StrftimeW() below
|
||||||
if it does ever become a problem).
|
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 * );
|
_xpg5_wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm * );
|
||||||
#define wxCRT_StrftimeW _xpg5_wcsftime
|
#define wxCRT_StrftimeW _xpg5_wcsftime
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user