[PATCH] ws2_32: Fix build failure on Mac

Bruno Jesus 00cpxxx at gmail.com
Thu Dec 8 23:41:06 CST 2016


On Fri, Dec 9, 2016 at 3:11 AM, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
> ---
>  dlls/ws2_32/socket.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
> index 3cdeade..6bf3c9d 100644
> --- a/dlls/ws2_32/socket.c
> +++ b/dlls/ws2_32/socket.c
> @@ -1230,7 +1230,7 @@ static BOOL get_dont_fragment(SOCKET s, int level, BOOL *out)
>          static int once;
>          if (!once++)
>              FIXME("IP_DONTFRAGMENT for IPv6 not supported in this platform\n");
> -        return TRUE /* fake success */
> +        return TRUE; /* fake success */
>  #endif

Sorry for that, I tested the defines before cloning the block and for
some reason I messed the last block.



More information about the wine-devel mailing list