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
2 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue