Changeset 8420 for trunk/include/win/wine/unicode.h
- Timestamp:
- May 15, 2002, 2:37:29 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/unicode.h
r7824 r8420 92 92 { 93 93 return get_char_typeW(wc) & C1_XDIGIT; 94 } 95 96 inline static int isspaceW( WCHAR wc ) 97 { 98 return get_char_typeW(wc) & C1_SPACE; 94 99 } 95 100
Note:
See TracChangeset
for help on using the changeset viewer.