* libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.
This commit is contained in:
parent
da36286e64
commit
862de2d0ae
|
@ -1,3 +1,7 @@
|
|||
2012-07-06 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.
|
||||
|
||||
2012-07-06 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygwin.sc (.rdata): Include all sections starting with .rdata.
|
||||
|
|
|
@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
|
|||
#else
|
||||
#define __INSIDE_CYGWIN_NET__
|
||||
#include "winsup.h"
|
||||
#undef __INSIDE_CYGWIN_NET__
|
||||
#endif
|
||||
|
||||
#ifndef __CYGWIN__
|
||||
|
|
Loading…
Reference in New Issue