From 04e6b7064f558af405a3a6581ee9c4567e9588fe Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 29 Jan 2020 16:05:39 +0100 Subject: [PATCH] EapHost: Enable inner methods Signed-off-by: Simon Rozman --- include/Common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.props b/include/Common.props index 1998c41..d8ab0fa 100644 --- a/include/Common.props +++ b/include/Common.props @@ -36,7 +36,7 @@ Level4 - _WIN32_WINNT=0x0600;ISOLATION_AWARE_ENABLED=1;SECURITY_WIN32;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;EAP_TLS=1;wxMSVC_VERSION=$(PlatformToolsetVersion);WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + EAP_INNER_EAPHOST;_WIN32_WINNT=0x0600;ISOLATION_AWARE_ENABLED=1;SECURITY_WIN32;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;EAP_TLS=1;wxMSVC_VERSION=$(PlatformToolsetVersion);WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) Use StdAfx.h ProgramDatabase