Ignore:
Timestamp:
Feb 21, 2010, 5:28:20 PM (16 years ago)
Author:
rlwalsh
Message:

eliminate VACPP warning & info msgs - see Ticket #1

File:
1 edited

Legend:

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

    r21307 r21352  
    9999extern _K32CONV int snprintfW( WCHAR *str, unsigned int len, const WCHAR *format, ... );
    100100extern _K32CONV int vsnprintfW( WCHAR *str, unsigned int len, const WCHAR *format, va_list valist );
     101/*RLW*/
     102extern _K32CONV int sprintfW( WCHAR *str, const WCHAR *format, ...);
    101103
    102104static inline int is_dbcs_leadbyte( const union cptable *table, unsigned char ch )
Note: See TracChangeset for help on using the changeset viewer.