Changeset 7824 for trunk/include


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

header updates

Location:
trunk/include/win
Files:
2 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 )
  • trunk/include/win/winnls.h

    r5519 r7824  
    1010#include <wctype.h> /* needed for towupper */
    1111#endif
     12
     13#ifndef OS2_INCLUDED
    1214#include "windef.h"
     15#endif
    1316
    1417#define MB_PRECOMPOSED              0x00000001
     
    600603
    601604
     605#ifndef OS2_INCLUDED
     606
    602607DECL_WINELIB_TYPE_AW(CALINFO_ENUMPROC)
    603608
     
    637642} CURRENCYFMTW, *LPCURRENCYFMTW;
    638643#endif //__WIN32OS2__
     644#endif //#ifndef OS2_INCLUDED
    639645
    640646#endif  /* __WINE_WINNLS_H */
Note: See TracChangeset for help on using the changeset viewer.