]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Rewrote large parts of the non-DDE IPC stuff (wxTCPServer, wxTCPClient,
[wxWidgets.git] / include / wx / wxchar.h
index b431806a4486c6651db1c3015ba6d35c2f6c27a0..91103040c6a5d1814f271dce0fd61ef70d039ebd 100644 (file)
@@ -121,6 +121,9 @@ typedef  _TUCHAR     wxUChar;
 
    // ctype.h functions
 #ifndef wxNO_TCHAR_CTYPE
+#ifdef __BORLANDC__
+#  include <ctype.h>
+#endif
 #  define  wxIsalnum   _istalnum
 #  define  wxIsalpha   _istalpha
 #  define  wxIsctrl    _istctrl
@@ -549,6 +552,7 @@ WXDLLEXPORT wxChar * wxStrtok(wxChar *psz, const wxChar *delim, wxChar **save_pt
 #endif
 
 #ifndef wxSetlocale
+class wxWCharBuffer;
 WXDLLEXPORT wxWCharBuffer wxSetlocale(int category, const wxChar *locale);
 #endif