mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-14 14:17:46 -04:00
Fix build on Windows
This commit is contained in:
1 parent
2fe958783c
commit
119741b736
2 files changed
+5
-1
No files matched your search
+1
-1
@@ -63,7 +63,7 @@ void NetworkServer::StartServer()
|
||||
if (WSAStartup(MAKEWORD(2, 2), &wsa) != NO_ERROR)
|
||||
{
|
||||
WSACleanup();
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in new issue
Block a user