]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #include <ctype.h> since it seems to have
authorJulian Smart <julian@anthemion.co.uk>
Thu, 5 Sep 2002 14:56:34 +0000 (14:56 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 5 Sep 2002 14:56:34 +0000 (14:56 +0000)
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

include/wx/wxchar.h

index 07871991b161d55dd91d19dfafe0624bfdf2d216..a8ce78ad9f14caf923828185a1cc53ac4ae5634b 100644 (file)
 // ----------------------------------------------------------------------------
 
 #ifdef wxHAVE_TCHAR_SUPPORT
+    #include <ctype.h>
+
     // ctype.h functions
     #define  wxIsalnum   _istalnum
     #define  wxIsalpha   _istalpha