[Mono-dev] [PATCH] Small fix for MSVC builds.

2009-04-24 Thread Bill Holmes
Hi,

socket-wrappers.h includes sys/select.h and sys/time.h.  These files
are not available for the MSVC builds.  The attached patch moves those
include statements to the !WINDOWS part of socket-wrappers.h.

2009-04-24  Bill Holmes  billholme...@gmail.com

* socket-wrappers.h : Move include statements to fix the MSVC builds.

Code is contributed under MIT/X11 license.


-bill


socket-wrappers_h.patch
Description: Binary data
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] [PATCH] Small fix for MSVC builds.

2009-04-24 Thread Rodrigo Kumpera
On Fri, Apr 24, 2009 at 6:10 PM, Bill Holmes billholme...@gmail.com wrote:

 Hi,

 socket-wrappers.h includes sys/select.h and sys/time.h.  These files
 are not available for the MSVC builds.  The attached patch moves those
 include statements to the !WINDOWS part of socket-wrappers.h.

 2009-04-24  Bill Holmes  billholme...@gmail.com

* socket-wrappers.h : Move include statements to fix the MSVC
 builds.

Code is contributed under MIT/X11 license.


Looks good. Please commit.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] [PATCH] Small fix for MSVC builds.

2009-04-24 Thread Miguel de Icaza
Hello,

This is fine to get on svn.

 Hi,
 
 socket-wrappers.h includes sys/select.h and sys/time.h.  These files
 are not available for the MSVC builds.  The attached patch moves those
 include statements to the !WINDOWS part of socket-wrappers.h.
 
 2009-04-24  Bill Holmes  billholme...@gmail.com
 
   * socket-wrappers.h : Move include statements to fix the MSVC builds.
 
   Code is contributed under MIT/X11 license.
 
 
 -bill
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list