Commit 24dbd9de authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ws2_32: Fix build failure on Mac.

parent 0def005b
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment