add support for wxStrnlen for those platforms where it's available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-12 23:25:39 +00:00
parent 54e757fc96
commit f1b63efe89
5 changed files with 116 additions and 2 deletions

View File

@@ -918,6 +918,9 @@
/* Define if you have wcsdup function */
#undef HAVE_WCSDUP
/* Define if you have strnlen() function */
#undef HAVE_STRNLEN
/* Define if you have wcstoull() and wcstoll() */
#undef HAVE_WCSTOULL