Changeset 24025 in vbox for trunk/include
- Timestamp:
- Oct 23, 2009 12:14:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ctype.h
r24016 r24025 32 32 33 33 #include <iprt/types.h> 34 35 #if 036 #ifdef IN_RING337 # include <ctype.h>38 39 # if defined(_MSC_VER) && !defined(isblank)40 /* isblank for MSC */41 # define isblank(ch) ( (ch) == ' ' || (ch) == '\t' )42 # endif43 #endif /* IN_RING3 */44 #endif45 34 46 35 /** @name C locale predicates and conversions.
Note:
See TracChangeset
for help on using the changeset viewer.