Add define for swprintf in include/wine/unicode.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We should be able to use swprintf internaly.

Change Log: Add define for swprintf

Files Changed: include/wine/unicode.h

--

Tony Lambregts
Index: unicode.h
===================================================================
RCS file: /home/wine/wine/include/wine/unicode.h,v
retrieving revision 1.16
diff -u -r1.16 unicode.h
--- unicode.h	2 Jan 2003 19:25:44 -0000	1.16
+++ unicode.h	11 Mar 2003 23:21:38 -0000
@@ -76,6 +76,7 @@
 extern WCHAR *strstrW( const WCHAR *str, const WCHAR *sub );
 extern long int strtolW( const WCHAR *nptr, WCHAR **endptr, int base );
 extern unsigned long int strtoulW( const WCHAR *nptr, WCHAR **endptr, int base );
+extern int swprintf(WCHAR *str, const WCHAR *format, ...);
 
 static inline int is_dbcs_leadbyte( const union cptable *table, unsigned char ch )
 {

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux