EapHost: Do not reference the Eappprxy.lib when not used
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
4da7785490
commit
213042339b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user