From fe4dfc5a7a06e15e9dc287047e996c1e0af83321 Mon Sep 17 00:00:00 2001 From: skyformat99 <10938976+skyformat99@users.noreply.github.com> Date: Fri, 23 Jul 2021 17:04:32 +0800 Subject: [PATCH] updated for compilation with VS2015 --- win32/n2n_win32.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win32/n2n_win32.h b/win32/n2n_win32.h index 2f5dd3c..3affaa3 100644 --- a/win32/n2n_win32.h +++ b/win32/n2n_win32.h @@ -25,6 +25,10 @@ #include #include #include +#if defined(_MSC_VER) +#include +#pragma comment(lib,"Iphlpapi.lib") +#endif #include "wintap.h"