From: Daniel Stenberg Date: Tue, 20 Feb 2001 13:57:50 +0000 (+0000) Subject: removed the #ifdef X-Git-Tag: curl-7_7_alpha2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2590430c5c42842d1f2c24620f694de41c1af85;p=curl removed the #ifdef --- diff --git a/docs/examples/win32sockets.c b/docs/examples/win32sockets.c index f052299d6..8dba979d3 100644 --- a/docs/examples/win32sockets.c +++ b/docs/examples/win32sockets.c @@ -3,7 +3,6 @@ * require. If you don't use windows, you can safely ignore this crap. */ -#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) static void win32_cleanup(void) { WSACleanup();