From 3185e93fe303369280b23e2dfa65ff85a875c2cb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 22 Feb 2019 08:38:13 -0500 Subject: Fix missing symbols in Windows DLL --- cryptlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cryptlib.h') diff --git a/cryptlib.h b/cryptlib.h index 4f723fc8..0f5c112e 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -500,9 +500,9 @@ const std::string AAD_CHANNEL; const NameValuePairs& g_nullNameValuePairs; #else -extern const std::string DEFAULT_CHANNEL; -extern const std::string AAD_CHANNEL; -extern const NameValuePairs& g_nullNameValuePairs; +extern CRYPTOPP_DLL const std::string DEFAULT_CHANNEL; +extern CRYPTOPP_DLL const std::string AAD_CHANNEL; +extern CRYPTOPP_DLL const NameValuePairs& g_nullNameValuePairs; #endif // Document additional name spaces which show up elsewhere in the sources. -- cgit v1.2.1