diff options
Diffstat (limited to 'docs/examples/win32sockets.c')
-rw-r--r-- | docs/examples/win32sockets.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |