fix windows

pull/35/head
Jeff Becker 6 years ago
parent f16cfd60e4
commit 94e4a6798c
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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())

Loading…
Cancel
Save