The unified diff between revisions [229d3942..] and [51f9ee51..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/config.h'
#
#
# patch "include/config.h"
# from [229617bc66e109964fa682dfa11dee54b39c9c48]
# to [5acbd2e041ef13562c85e988834f2b252c3c5a9d]
#
============================================================
--- include/config.h 229617bc66e109964fa682dfa11dee54b39c9c48
+++ include/config.h 5acbd2e041ef13562c85e988834f2b252c3c5a9d
@@ -17,7 +17,7 @@ namespace Botan {
/*************************************************
* Library Configuration Settings *
*************************************************/
-class Config
+class BOTAN_DLL Config
{
public:
Config();
@@ -53,7 +53,7 @@ class Config
/*************************************************
* Hook for the global config *
*************************************************/
-Config& global_config();
+BOTAN_DLL Config& global_config();
}