summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorSteve Nielsen <spn@enteract.com>1998-03-12 05:48:20 -0600
committerGurusamy Sarathy <gsar@cpan.org>1998-03-12 19:50:20 +0000
commit401ef382596273d18ae12637e4c3df0e9ffcd72f (patch)
tree38d120539a20a4c8fb2862a5a9c05efa57b4d509 /win32/win32.h
parent6c21342d4ccc04f9aa02e7c99f17f479235eb293 (diff)
downloadperl-401ef382596273d18ae12637e4c3df0e9ffcd72f.tar.gz
[win32] set sockets to nonoverlapped mode for every thread
Message-Id: <35081FE4.965A484D@enteract.com> Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis p4raw-id: //depot/win32/perl@808
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 259ffdc71c..781c720ed0 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -229,6 +229,9 @@ struct thread_intern {
char Wstrerror_buffer[512];
struct servent Wservent;
char Wgetlogin_buffer[128];
+# ifdef USE_SOCKETS_AS_HANDLES
+ int Winit_socktype;
+# endif
# ifdef HAVE_DES_FCRYPT
char Wcrypt_buffer[30];
# endif