From 213042339b153a30512037efe8dc752cdd154a79 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 8 Jan 2020 15:29:15 +0100 Subject: [PATCH] EapHost: Do not reference the Eappprxy.lib when not used Signed-off-by: Simon Rozman --- lib/TTLS/src/Module.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/TTLS/src/Module.cpp b/lib/TTLS/src/Module.cpp index 27408f8..c218f8b 100644 --- a/lib/TTLS/src/Module.cpp +++ b/lib/TTLS/src/Module.cpp @@ -20,7 +20,9 @@ #include "StdAfx.h" +#if EAP_INNER_EAPHOST #pragma comment(lib, "Eappprxy.lib") +#endif using namespace std; using namespace winstd;