Commit e2590430 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the #ifdef

parent ada9bc2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();