Alexandre Goujon ale.goujon@gmail.com writes:
@@ -1104,6 +1106,7 @@ int WINAPI WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData) /* don't do anything with lpWSAData->lpVendorInfo */ /* (some apps don't allocate the space for this field) */
- WSAStartup_called = TRUE; TRACE("succeeded\n"); return 0;
There's already a counter for tracking WSAStartup calls.