gcontini
2020-10-09 4a3dfb97ef35ae7c275d7000cb0c47b479a41457
src/library/os/network.hpp
@@ -14,7 +14,10 @@
#include <netdb.h>
#define LCC_ADAPTER_DESCRIPTION_LEN NI_MAXHOST
#else
//mingw cross compile for Windows
#ifdef _MSC_VER
#include <Windows.h>
#endif
#include <iphlpapi.h>
#define LCC_ADAPTER_DESCRIPTION_LEN MAX_ADAPTER_DESCRIPTION_LENGTH
#endif