Martin Wilck <[EMAIL PROTECTED]> writes:

> The SO_OPENTYPE socket option used to be represented by a static variable.
> This is wrong, it is a per-thread setting (clearly stated in MSDN).
> Since this option is now used to determine whether sockets created with the
> socket() function should have the overlapped attribute, this must be fixed.

It would be better to use TlsAlloc for that, winsock ideally shouldn't
depend on the internal thread structure (dll separation again...)

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to