compilation fix for windows compilers: _wrename is declared in io.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7fb870e15b
commit
4e0a055757
@ -34,6 +34,9 @@
|
||||
#include <wctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#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 **);
|
||||
|
Loading…
Reference in New Issue
Block a user