Store the winsock per-thread data in NtCurrentTeb()->WinSockData
authorAlexandre Julliard <julliard@winehq.org>
Sat, 14 May 2005 11:09:21 +0000 (11:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 14 May 2005 11:09:21 +0000 (11:09 +0000)
commit7e4af0f60b71a4384301a360ea8cac411943173f
treee7d90e2fb6e02a6e084df6f9eb18c5e9fc4aa5c1
parent55d449e47634b56dc1924cefc76cafa849058cea
Store the winsock per-thread data in NtCurrentTeb()->WinSockData
instead of using TlsAlloc.
dlls/winsock/socket.c
include/thread.h