Fixing up Windows build.
This commit is contained in:
parent
32ace0fcac
commit
5d32592126
22 changed files with 247994 additions and 53 deletions
|
@ -22,7 +22,9 @@ std::unique_ptr<NetworkManager> NetworkManager::Create()
|
|||
|
||||
void NetworkManager::Initialize()
|
||||
{
|
||||
#ifdef __linux__
|
||||
mSocketInterface = UnixSocketInterface::Create();
|
||||
#endif
|
||||
}
|
||||
|
||||
void NetworkManager::RunHttpServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue