Fix windows compilation.
This commit is contained in:
parent
b45385e8c7
commit
b17ba8b3a7
23 changed files with 85 additions and 53 deletions
|
@ -49,6 +49,11 @@ void NetworkManager::RunHttpClient()
|
|||
Initialize();
|
||||
}
|
||||
|
||||
if (!mSocketInterface)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
auto socket = Socket::Create();
|
||||
mSocketInterface->InitializeSocket(socket, "127.0.0.1");
|
||||
mSocketInterface->Write(socket, "Hello Friend");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue