don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -781,6 +781,9 @@
|
|||||||
/* Define if you have strptime() */
|
/* Define if you have strptime() */
|
||||||
#undef HAVE_STRPTIME
|
#undef HAVE_STRPTIME
|
||||||
|
|
||||||
|
/* Define if strptime() is declared in headers */
|
||||||
|
#undef HAVE_STRPTIME_DECL
|
||||||
|
|
||||||
/* Define if you have all functions to set thread priority */
|
/* Define if you have all functions to set thread priority */
|
||||||
#undef HAVE_THREAD_PRIORITY_FUNCTIONS
|
#undef HAVE_THREAD_PRIORITY_FUNCTIONS
|
||||||
|
|
||||||
|
@@ -825,6 +825,9 @@
|
|||||||
/* Define if you have strptime() */
|
/* Define if you have strptime() */
|
||||||
#define HAVE_STRPTIME 1
|
#define HAVE_STRPTIME 1
|
||||||
|
|
||||||
|
/* Define if you have strptime() declaration */
|
||||||
|
#define HAVE_STRPTIME_DECL 1
|
||||||
|
|
||||||
/* Define if you have all functions to set thread priority */
|
/* Define if you have all functions to set thread priority */
|
||||||
#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
|
#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user