Changeset 21352 for trunk/include/win/wine/unicode.h
- Timestamp:
- Feb 21, 2010, 5:28:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/unicode.h
r21307 r21352 99 99 extern _K32CONV int snprintfW( WCHAR *str, unsigned int len, const WCHAR *format, ... ); 100 100 extern _K32CONV int vsnprintfW( WCHAR *str, unsigned int len, const WCHAR *format, va_list valist ); 101 /*RLW*/ 102 extern _K32CONV int sprintfW( WCHAR *str, const WCHAR *format, ...); 101 103 102 104 static inline int is_dbcs_leadbyte( const union cptable *table, unsigned char ch )
Note:
See TracChangeset
for help on using the changeset viewer.