1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Export classes on Windows shared lib builds

Fixes #120
This commit is contained in:
Matias Fontanini
2015-12-28 06:28:52 -08:00
parent 481c51b4c7
commit 7a2ae6b7d5
50 changed files with 130 additions and 80 deletions

View File

@@ -31,6 +31,7 @@
#define TINS_IPSEC_H
#include "pdu.h"
#include "macros.h"
#include "endianness.h"
#include "small_uint.h"
@@ -39,7 +40,7 @@ namespace Tins {
* \class IPSecAH
* \brief Represents an IPSec Authentication Header.
*/
class IPSecAH : public PDU {
class TINS_API IPSecAH : public PDU {
public:
/**
* This PDU's flag.
@@ -175,7 +176,7 @@ private:
/**
* \brief Represents an IPSec Authentication Header.
*/
class IPSecESP : public PDU {
class TINS_API IPSecESP : public PDU {
public:
/**
* This PDU's flag.