Ignore:
Timestamp:
May 15, 2002, 2:37:29 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/unicode.h

    r7824 r8420  
    9292{
    9393    return get_char_typeW(wc) & C1_XDIGIT;
     94}
     95
     96inline static int isspaceW( WCHAR wc )
     97{
     98    return get_char_typeW(wc) & C1_SPACE;
    9499}
    95100
Note: See TracChangeset for help on using the changeset viewer.