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:
@@ -239,6 +239,8 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef wxHAVE_TCHAR_SUPPORT
|
#ifdef wxHAVE_TCHAR_SUPPORT
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
// ctype.h functions
|
// ctype.h functions
|
||||||
#define wxIsalnum _istalnum
|
#define wxIsalnum _istalnum
|
||||||
#define wxIsalpha _istalpha
|
#define wxIsalpha _istalpha
|
||||||
|
Reference in New Issue
Block a user