wnprintf decl

Dimitrie O. Paun dpaun at rogers.com
Tue Apr 2 00:26:27 CST 2002


ChangeLog
  -- declare wnprintf 

Index: include/ntddk.h
===================================================================
RCS file: /var/cvs/wine/include/ntddk.h,v
retrieving revision 1.40
diff -u -r1.40 ntddk.h
--- include/ntddk.h	10 Mar 2002 00:02:34 -0000	1.40
+++ include/ntddk.h	2 Apr 2002 06:06:42 -0000
@@ -760,6 +760,7 @@
 	DWORD *pf);
 
 INT __cdecl wcstol(LPCWSTR,LPWSTR*,INT);
+int __cdecl swprintf(LPWSTR,LPCWSTR,...);
 
 /*	resource functions */
 





More information about the wine-patches mailing list