PATCH - tools porting fixes

Steven Edwards steven_ed4153 at yahoo.com
Mon Feb 17 14:40:29 CST 2003


At some point I will really get the time to do the changes I need to to libwine and all of this
will have a purpose. =P

Changlog: porting fixes

cvs diff -u winegcc.c 
Index: winegcc.c
===================================================================
RCS file: /home/wine/wine/tools/winegcc.c,v
retrieving revision 1.9
diff -u -r1.9 winegcc.c
--- winegcc.c	10 Jan 2003 01:44:52 -0000	1.9
+++ winegcc.c	17 Feb 2003 20:36:48 -0000
@@ -27,7 +27,9 @@
 #include <stdarg.h>
 #include <string.h>
 #include <errno.h>
+#ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
+#endif
 #include <sys/stat.h>
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>

cvs diff -u winewrap.c 
Index: winewrap.c
===================================================================
RCS file: /home/wine/wine/tools/winewrap.c,v
retrieving revision 1.10
diff -u -r1.10 winewrap.c
--- winewrap.c	5 Jan 2003 01:07:09 -0000	1.10
+++ winewrap.c	17 Feb 2003 20:38:05 -0000
@@ -27,7 +27,9 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <errno.h>
+#ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
+#endif
 #include <sys/stat.h>
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



More information about the wine-patches mailing list