Ignore:
Timestamp:
Feb 7, 2002, 11:44:22 AM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r7819 r7824  
    7878
    7979extern unsigned short get_char_typeW( WCHAR ch );
     80
     81static inline int is_dbcs_leadbyte( const union cptable *table, unsigned char ch )
     82{
     83    return (table->info.char_size == 2) && (table->dbcs.cp2uni_leadbytes[ch]);
     84}
    8085
    8186inline static int isdigitW( WCHAR wc )
Note: See TracChangeset for help on using the changeset viewer.