Index: /trunk/include/iprt/ctype.h
===================================================================
--- /trunk/include/iprt/ctype.h	(revision 24015)
+++ /trunk/include/iprt/ctype.h	(revision 24016)
@@ -1,4 +1,4 @@
 /** @file
- * IPRT - ctype.h wrapper and C locale variants.
+ * IPRT - Simple character type classiciation and conversion.
  */
 
@@ -33,4 +33,5 @@
 #include <iprt/types.h>
 
+#if 0
 #ifdef IN_RING3
 # include <ctype.h>
@@ -41,4 +42,5 @@
 # endif
 #endif /* IN_RING3 */
+#endif
 
 /** @name C locale predicates and conversions.
