Skip to content

Commit

Permalink
removed the #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Feb 20, 2001
1 parent ada9bc2 commit e259043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples/win32sockets.c
Expand Up @@ -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();
Expand Down

0 comments on commit e259043

Please sign in to comment.