1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Move Convert definitions to TcpSocket.h

This commit is contained in:
Ted John
2017-02-09 12:31:18 +00:00
parent 5787a0bf90
commit d0a05df106
3 changed files with 8 additions and 6 deletions

View File

@@ -511,6 +511,8 @@ bool InitialiseWSA()
_wsaInitialised = true;
}
return _wsaInitialised;
#else
return true;
#endif
}