EapHost: Do not reference the Eappprxy.lib when not used

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-01-08 15:29:15 +01:00
parent 4da7785490
commit 213042339b

View File

@ -20,7 +20,9 @@
#include "StdAfx.h" #include "StdAfx.h"
#if EAP_INNER_EAPHOST
#pragma comment(lib, "Eappprxy.lib") #pragma comment(lib, "Eappprxy.lib")
#endif
using namespace std; using namespace std;
using namespace winstd; using namespace winstd;