removed the #ifdef
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Feb 2001 13:57:50 +0000 (13:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Feb 2001 13:57:50 +0000 (13:57 +0000)
docs/examples/win32sockets.c

index f052299..8dba979 100644 (file)
@@ -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();