[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HAVE_SOCKETS in w32*
From: |
Eli Zaretskii |
Subject: |
Re: HAVE_SOCKETS in w32* |
Date: |
Wed, 15 Sep 2010 21:34:39 +0200 |
> From: Juanma Barranquero <address@hidden>
> Date: Wed, 15 Sep 2010 03:46:11 +0200
> Cc: address@hidden
>
> On Thu, Aug 5, 2010 at 20:05, Dan Nicolaescu <address@hidden> wrote:
>
> > HAVE_SOCKETS is defined unconditionally in s/ms-w32.h, yet some w32*.c
> > files use HAVE_SOCKETS #ifdefs.
> >
> > It would be good to get rid of those.
>
> The following patch does that; it also removes the few uses of
> SOCK_REPLACE_HANDLE, which has been commented out since 1996.
>
> Eli, Jason?
Looks good to me. Thanks.