]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxcrtbase.h
Use correct colour for selected items in generic wxDVC.
[wxWidgets.git] / include / wx / wxcrtbase.h
index bf28f4cade618a0bda4bf174bb77e2a16f54fec7..d8a52480036145d95e3dbec760072f9e4ff6456e 100644 (file)
@@ -26,7 +26,7 @@
 
     NB: don't include any wxWidgets headers here because almost all of them
         include this one!
-        
+
     NB2: User code should include wx/crt.h instead of including this
          header directly.
 
@@ -72,7 +72,7 @@
 
 #ifdef _WIN32_WCE
     #if _WIN32_WCE <= 211
-        #define isspace(c) ((c) == _T(' ') || (c) == _T('\t'))
+        #define isspace(c) ((c) == wxT(' ') || (c) == wxT('\t'))
     #endif
 #endif /* _WIN32_WCE */