mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Uncomment WSACleanup()
The previous issue was because gqueryreporting was not calling SocketStartUp() as expected
This commit is contained in:
parent
ffc35fb5ab
commit
127c9fe8f4
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ void SocketStartUp()
|
|||
void SocketShutDown()
|
||||
{
|
||||
#if defined(_WIN32)
|
||||
// WSACleanup();
|
||||
WSACleanup();
|
||||
#if defined(_X360)
|
||||
XNetCleanup();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue