Changeset 7824 for trunk/include/win/wine/unicode.h
- Timestamp:
- Feb 7, 2002, 11:44:22 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/unicode.h
r7819 r7824 78 78 79 79 extern unsigned short get_char_typeW( WCHAR ch ); 80 81 static 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 } 80 85 81 86 inline static int isdigitW( WCHAR wc )
Note:
See TracChangeset
for help on using the changeset viewer.