Re: [Mingw-w64-public] [patch] windows.h: Don't include winsock.h on Cygwin by default

2012-07-06 Thread Corinna Vinschen
On Jul 6 13:23, Kai Tietz wrote: > 2012/7/6 Corinna Vinschen : > > Hi, > > > > For years, it has been the default on Cygwin not to include winsock.h > > from windows.h, unless __USE_W32_SOCKETS is defined. The below patch > > carries that over to Mingw64's windows.h. Ok to apply? > > > > > > Tha

Re: [Mingw-w64-public] [patch] windows.h: Don't include winsock.h on Cygwin by default

2012-07-06 Thread Kai Tietz
2012/7/6 Corinna Vinschen : > Hi, > > For years, it has been the default on Cygwin not to include winsock.h > from windows.h, unless __USE_W32_SOCKETS is defined. The below patch > carries that over to Mingw64's windows.h. Ok to apply? > > > Thanks, > Corinna Sure, this is ok. We want to have b

[Mingw-w64-public] [patch] windows.h: Don't include winsock.h on Cygwin by default

2012-07-06 Thread Corinna Vinschen
Hi, For years, it has been the default on Cygwin not to include winsock.h from windows.h, unless __USE_W32_SOCKETS is defined. The below patch carries that over to Mingw64's windows.h. Ok to apply? Thanks, Corinna * windows.h: DOn't include winsock.h on Cygwin, unless __USE_W