PATCH - wineserver file.c porting fix

Steven Edwards steven_ed4153 at yahoo.com
Fri Jan 31 13:23:30 CST 2003


Working on building wineserver on mingw

Changelog: check for utime.h

Index: file.c
===================================================================
RCS file: /home/wine/wine/server/file.c,v
retrieving revision 1.60
diff -u -r1.60 file.c
--- file.c	30 Jan 2003 00:26:44 -0000	1.60
+++ file.c	31 Jan 2003 19:22:34 -0000
@@ -35,7 +35,9 @@
 #include <sys/types.h>
 #include <time.h>
 #include <unistd.h>
+#ifdef HAVE_UTIME_H
 #include <utime.h>
+#endif
 
 #include "winerror.h"
 #include "winbase.h"



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the wine-patches mailing list