1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix windows

This commit is contained in:
Jeff Becker 2018-10-19 12:44:35 -04:00
parent f16cfd60e4
commit 94e4a6798c
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -147,7 +147,7 @@ namespace llarp
// do network isolation first
if(!Endpoint::Start())
return false;
#ifdef _MINGW32_NO_THREADS
#ifdef _WIN32
return SetupNetworking();
#else
if(!NetworkIsIsolated())