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:
parent
7f47faf4f2
commit
fdda7199e8
@ -781,6 +781,9 @@
|
||||
/* Define if you 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 */
|
||||
#undef HAVE_THREAD_PRIORITY_FUNCTIONS
|
||||
|
||||
|
@ -824,7 +824,10 @@
|
||||
|
||||
/* Define if you have strptime() */
|
||||
#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 HAVE_THREAD_PRIORITY_FUNCTIONS 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user