Declare strptime when using MSL headers on OS X.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dcbd3762e8
commit
97ae9d4cc7
@ -20,6 +20,10 @@
|
|||||||
|
|
||||||
#include "wx/defs.h" /* for wxUSE_UNICODE */
|
#include "wx/defs.h" /* for wxUSE_UNICODE */
|
||||||
|
|
||||||
|
#if defined(HAVE_STRTOK_R) && defined(__DARWIN__) && defined(_MSL_USING_MW_C_HEADERS) && _MSL_USING_MW_C_HEADERS
|
||||||
|
char *strtok_r(char *, const char *, char **);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* check whether we have wchar_t and which size it is if we do */
|
/* check whether we have wchar_t and which size it is if we do */
|
||||||
#if !defined(wxUSE_WCHAR_T)
|
#if !defined(wxUSE_WCHAR_T)
|
||||||
#if defined(__UNIX__)
|
#if defined(__UNIX__)
|
||||||
|
Loading…
Reference in New Issue
Block a user