diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-20 13:57:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-20 13:57:50 +0000 |
commit | e2590430c5c42842d1f2c24620f694de41c1af85 (patch) | |
tree | ac4a0f65e55b21fbe462977cb524c9404a9eeb7f /docs | |
parent | ada9bc2b24ecb73c78e07aed933dc99f1d44ed3c (diff) |
removed the #ifdef
Diffstat (limited to 'docs')
-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(); |