Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Mon, 5 Feb 2001 23:32:17 -0500 From: Christopher Faylor To: cygwin-developers Subject: Re: [Fwd: [MinGW-dvlpr] winsock2.h] Message-ID: <20010205233217.A4786@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers References: <3A7F737F DOT 31746D8E AT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <3A7F737F.31746D8E@yahoo.com>; from earnie_boyd@yahoo.com on Mon, Feb 05, 2001 at 10:46:07PM -0500 On Mon, Feb 05, 2001 at 10:46:07PM -0500, Earnie Boyd wrote: >Danny Smith wrote: > >> This is what's in windows.h now. >> >> #ifndef WIN32_LEAN_AND_MEAN >> #include >> #include >> #include >> #include >> #include >> #include >> #include >> #include >> #include >> #include >> #include >> #include >> #if defined(Win32_Winsock) || >> !(defined(__INSIDE_CYGWIN__) || defined(__CYGWIN__) || defined >> (__CYGWIN32__) || defined(_UWIN)) >> #include >> #endif >> #endif /* WIN32_LEAN_AND_MEAN */ > >Is this __INSIDE_CYGWIN__ needed? Danny's trying to clean up the winsock.h and >winsock2.h header files. Dunno. Should be pretty simple to find out. Try building Cygwin with it removed. cgf