warning fix for cygwin (patch 539654)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f3558accb0
commit
808ef6d2e8
@ -69,7 +69,9 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#elif defined(__CYGWIN__)
|
||||
#define HAVE_WCSLEN
|
||||
#ifndef HAVE_WCSLEN
|
||||
#define HAVE_WCSLEN
|
||||
#endif // !HAVE_WCSLEN
|
||||
#include <stddef.h>
|
||||
#include <wchar.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user