Make this compile in Unicode mode under Borland C++ 5.02
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,6 +121,9 @@ typedef _TUCHAR wxUChar;
|
|||||||
|
|
||||||
// ctype.h functions
|
// ctype.h functions
|
||||||
#ifndef wxNO_TCHAR_CTYPE
|
#ifndef wxNO_TCHAR_CTYPE
|
||||||
|
#ifdef __BORLANDC__
|
||||||
|
# include <ctype.h>
|
||||||
|
#endif
|
||||||
# define wxIsalnum _istalnum
|
# define wxIsalnum _istalnum
|
||||||
# define wxIsalpha _istalpha
|
# define wxIsalpha _istalpha
|
||||||
# define wxIsctrl _istctrl
|
# define wxIsctrl _istctrl
|
||||||
@@ -549,6 +552,7 @@ WXDLLEXPORT wxChar * wxStrtok(wxChar *psz, const wxChar *delim, wxChar **save_pt
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef wxSetlocale
|
#ifndef wxSetlocale
|
||||||
|
class wxWCharBuffer;
|
||||||
WXDLLEXPORT wxWCharBuffer wxSetlocale(int category, const wxChar *locale);
|
WXDLLEXPORT wxWCharBuffer wxSetlocale(int category, const wxChar *locale);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user