[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    PATCH - wineserver serial.c porting fix
From:       Steven Edwards <steven_ed4153 () yahoo ! com>
Date:       2003-01-31 21:16:46
[Download RAW message or body]

Working on building wineserver on mingw

Changelog: 
check for
utime.h
termios.h
sys/ioctl.h

Index: serial.c
===================================================================
RCS file: /home/wine/wine/server/serial.c,v
retrieving revision 1.25
diff -u -r1.25 serial.c
--- serial.c	30 Jan 2003 00:26:44 -0000	1.25
+++ serial.c	31 Jan 2003 21:14:56 -0000
@@ -32,9 +32,15 @@
 #include <sys/types.h>
 #include <time.h>
 #include <unistd.h>
+#ifdef HAVE_UTIME_H
 #include <utime.h>
+#endif
+#ifdef HAVE_TERMIOS_H
 #include <termios.h>
+#endif
+#ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
+#endif
 
 #include "winerror.h"
 #include "winbase.h"


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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic