git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5186
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// ctype.h functions
#ifndef wxNO_TCHAR_CTYPE
// ctype.h functions
#ifndef wxNO_TCHAR_CTYPE
+#ifdef __BORLANDC__
+# include <ctype.h>
+#endif
# define wxIsalnum _istalnum
# define wxIsalpha _istalpha
# define wxIsctrl _istctrl
# define wxIsalnum _istalnum
# define wxIsalpha _istalpha
# define wxIsctrl _istctrl
#endif
#ifndef wxSetlocale
#endif
#ifndef wxSetlocale
WXDLLEXPORT wxWCharBuffer wxSetlocale(int category, const wxChar *locale);
#endif
WXDLLEXPORT wxWCharBuffer wxSetlocale(int category, const wxChar *locale);
#endif