The unified diff between revisions [636b767b..] and [cbf9e103..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/allocate.h'
#
#
# patch "include/allocate.h"
# from [2670420b0e017d31c381021c0b7f1d1866fbab55]
# to [0f4769a449df515dc1a468eb0b5d06d20fc02148]
#
============================================================
--- include/allocate.h 2670420b0e017d31c381021c0b7f1d1866fbab55
+++ include/allocate.h 0f4769a449df515dc1a468eb0b5d06d20fc02148
@@ -14,7 +14,7 @@ namespace Botan {
/*************************************************
* Allocator Interface *
*************************************************/
-class Allocator
+class BOTAN_DLL Allocator
{
public:
static Allocator* get(bool);