29 Nov
2005
29 Nov
'05
7:10 p.m.
On Tue, 29 Nov 2005 10:33:49 -0600, you wrote:
if (num_startup) + { + num_startup--; return 0; + }
Yes, that is more correct. Re-reading the MSDN this is what should be happening. Changelog: dlls/winsock : socket.c dlls/winsock/tests : sock.c (With input from Robert Shearman) Decrement the reference counter in WSACleanUp with regression test. Rein.