summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-02-22 08:38:13 -0500
committerJeffrey Walton <noloader@gmail.com>2019-02-22 08:38:13 -0500
commit3185e93fe303369280b23e2dfa65ff85a875c2cb (patch)
treed2981d74de411ff79668a7b567eb88b451db55a0 /cryptlib.h
parenta809dbdbc469a8de7c960eae0f4334700cc4d83a (diff)
downloadcryptopp-git-3185e93fe303369280b23e2dfa65ff85a875c2cb.tar.gz
Fix missing symbols in Windows DLL
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h6
1 files changed, 3 insertions, 3 deletions
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.