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:
Vadim Zeitlin 2002-04-05 10:43:33 +00:00
parent f3558accb0
commit 808ef6d2e8

View File

@ -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