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/data_snk.h'
#
#
# patch "include/data_snk.h"
# from [1b779375cae6bd6c59ef048d1b16b2083d3f3747]
# to [f5b662f62ade0945865ab4f9edb5a3bae9103b96]
#
============================================================
--- include/data_snk.h 1b779375cae6bd6c59ef048d1b16b2083d3f3747
+++ include/data_snk.h f5b662f62ade0945865ab4f9edb5a3bae9103b96
@@ -14,7 +14,7 @@ namespace Botan {
/*************************************************
* Generic DataSink Interface *
*************************************************/
-class DataSink : public Filter
+class BOTAN_DLL DataSink : public Filter
{
public:
bool attachable() { return false; }
@@ -28,7 +28,7 @@ class DataSink : public Filter
/*************************************************
* Stream-Based DataSink *
*************************************************/
-class DataSink_Stream : public DataSink
+class BOTAN_DLL DataSink_Stream : public DataSink
{
public:
void write(const byte[], u32bit);