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/datastor.h'
#
#
# patch "include/datastor.h"
# from [69e03208c5349e6a84e40084be42c32770ce3d73]
# to [099bbbabbff92013990fdb0ac8e96dccddfb7732]
#
============================================================
--- include/datastor.h 69e03208c5349e6a84e40084be42c32770ce3d73
+++ include/datastor.h 099bbbabbff92013990fdb0ac8e96dccddfb7732
@@ -17,10 +17,10 @@ namespace Botan {
/*************************************************
* Data Store *
*************************************************/
-class Data_Store
+class BOTAN_DLL Data_Store
{
public:
- class Matcher
+ class BOTAN_DLL Matcher
{
public:
virtual bool operator()(const std::string&,