From: Daniel Stenberg Date: Tue, 20 Feb 2001 13:57:50 +0000 (+0000) Subject: removed the #ifdef X-Git-Tag: upstream/7.37.1~17096 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2590430c5c42842d1f2c24620f694de41c1af85;p=platform%2Fupstream%2Fcurl.git removed the #ifdef --- diff --git a/docs/examples/win32sockets.c b/docs/examples/win32sockets.c index f052299..8dba979 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();