PATCH - Shell32

Steven Edwards steven_ed4153 at yahoo.com
Mon Jul 29 02:04:32 CDT 2002


Windows uses _snprintf instead of snprintf.

Changelog: Porting Fix

cvs diff -u classes.c 
Index: classes.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/classes.c,v
retrieving revision 1.23
diff -u -r1.23 classes.c
--- classes.c	24 Jul 2002 01:56:03 -0000	1.23
+++ classes.c	29 Jul 2002 07:02:26 -0000
@@ -19,6 +19,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include "config.h"
+#include "wine/port.h"
+
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



More information about the wine-patches mailing list