Uncomment WSACleanup()

The previous issue was because gqueryreporting was not calling SocketStartUp() as expected
This commit is contained in:
smallmodel 2025-04-22 00:31:39 +02:00
parent ffc35fb5ab
commit 127c9fe8f4
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -439,7 +439,7 @@ void SocketStartUp()
void SocketShutDown()
{
#if defined(_WIN32)
// WSACleanup();
WSACleanup();
#if defined(_X360)
XNetCleanup();
#endif