We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4661df4 commit cd58b22Copy full SHA for cd58b22
Generals/Code/GameEngine/Source/GameNetwork/udp.cpp
@@ -328,7 +328,7 @@ UDP::sockStat UDP::GetStatus(void)
328
#ifdef _WINDOWS
329
//int status=WSAGetLastError();
330
switch (status) {
331
- case 0:
+ case NO_ERROR:
332
return OK;
333
case WSAEINTR:
334
return INTR;
GeneralsMD/Code/GameEngine/Source/GameNetwork/udp.cpp
0 commit comments