Changeset 7824 for trunk/include
- Timestamp:
- Feb 7, 2002, 11:44:22 AM (24 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 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 ) -
trunk/include/win/winnls.h
r5519 r7824 10 10 #include <wctype.h> /* needed for towupper */ 11 11 #endif 12 13 #ifndef OS2_INCLUDED 12 14 #include "windef.h" 15 #endif 13 16 14 17 #define MB_PRECOMPOSED 0x00000001 … … 600 603 601 604 605 #ifndef OS2_INCLUDED 606 602 607 DECL_WINELIB_TYPE_AW(CALINFO_ENUMPROC) 603 608 … … 637 642 } CURRENCYFMTW, *LPCURRENCYFMTW; 638 643 #endif //__WIN32OS2__ 644 #endif //#ifndef OS2_INCLUDED 639 645 640 646 #endif /* __WINE_WINNLS_H */
Note:
See TracChangeset
for help on using the changeset viewer.