Nikolay Sivov : ws2_32: Fix build failure on Mac.

Alexandre Julliard julliard at winehq.org
Fri Dec 9 13:37:33 CST 2016


Module: wine
Branch: master
Commit: 24dbd9de9374e26721ddfb0e2cfedb504189e1d5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=24dbd9de9374e26721ddfb0e2cfedb504189e1d5

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Dec  9 08:11:49 2016 +0300

ws2_32: Fix build failure on Mac.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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
     }
 




More information about the wine-cvs mailing list