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/defalloc.h'

#
#
# patch "include/defalloc.h"
#  from [90dbc79dca64e726dea513adbd09bceb47414299]
#    to [c983a1a75c83af8737ecfbe70770e22aed71d4c6]
#
============================================================
--- include/defalloc.h	90dbc79dca64e726dea513adbd09bceb47414299
+++ include/defalloc.h	c983a1a75c83af8737ecfbe70770e22aed71d4c6
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * Malloc Allocator                              *
 *************************************************/
-class Malloc_Allocator : public Allocator
+class BOTAN_DLL Malloc_Allocator : public Allocator
    {
    public:
       void* allocate(u32bit);
@@ -25,7 +25,7 @@ class Malloc_Allocator : public Allocato
 /*************************************************
 * Locking Allocator                              *
 *************************************************/
-class Locking_Allocator : public Pooling_Allocator
+class BOTAN_DLL Locking_Allocator : public Pooling_Allocator
    {
    public:
       std::string type() const { return "locking"; }