PATCH - wineserver object.h porting fix

Steven Edwards steven_ed4153 at yahoo.com
Fri Jan 31 13:18:50 CST 2003


Working on building wineserver on mingw

Changelog: check for sys/poll.h

Index: object.h
===================================================================
RCS file: /home/wine/wine/server/object.h,v
retrieving revision 1.48
diff -u -r1.48 object.h
--- object.h	30 Jan 2003 00:26:44 -0000	1.48
+++ object.h	31 Jan 2003 19:16:57 -0000
@@ -21,7 +21,10 @@
 #ifndef __WINE_SERVER_OBJECT_H
 #define __WINE_SERVER_OBJECT_H
 
+#ifdef HAVE_SYS_POLL_H
 #include <sys/poll.h>
+#endif
+
 #include <sys/time.h>
 #include "wine/server_protocol.h"
 #include "list.h"


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



More information about the wine-patches mailing list