forked from premiere/premiere-libtorrent
add dllexport interface to page_aligned_allocator
This commit is contained in:
parent
2c34e0aa18
commit
c81a4f3430
|
@ -30,15 +30,16 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
*/
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#ifndef TORRENT_ALLOCATOR_HPP_INCLUDED
|
||||
#define TORRENT_ALLOCATOR_HPP_INCLUDED
|
||||
|
||||
#include <cstddef>
|
||||
#include "libtorrent/config.hpp"
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
|
||||
struct page_aligned_allocator
|
||||
struct TORRENT_EXPORT page_aligned_allocator
|
||||
{
|
||||
typedef std::size_t size_type;
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
|
|
Loading…
Reference in New Issue