Re: [Mingw-w64-public] [patch] winsock2.h: Revert Cygwin patch

2012-07-06 Thread Kai Tietz
2012/7/6 Corinna Vinschen : > Hi, > > at one point I added a #ifndef __INSIDE_CYGWIN__ to winsock2.h to > guard the declaration of gethostname. That was wrong. The below > patch fixes that. > > Ok to apply? > > > Thanks, > Corinna Patch is ok. Regards, Kai -

[Mingw-w64-public] [patch] winsock2.h: Revert Cygwin patch

2012-07-06 Thread Corinna Vinschen
Hi, at one point I added a #ifndef __INSIDE_CYGWIN__ to winsock2.h to guard the declaration of gethostname. That was wrong. The below patch fixes that. Ok to apply? Thanks, Corinna * winsock2.h (gethostname): Drop __INSIDE_CYGWIN__ guard. Index: winsock2.h