Added #include <ctype.h> since it seems to have

gone missing from this file for non-Unicode
cases.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-09-05 14:56:34 +00:00
parent 06313569d8
commit 2385ec429a

View File

@@ -239,6 +239,8 @@
// ----------------------------------------------------------------------------
#ifdef wxHAVE_TCHAR_SUPPORT
#include <ctype.h>
// ctype.h functions
#define wxIsalnum _istalnum
#define wxIsalpha _istalpha