mirror of https://github.com/Icinga/icinga2.git
Fix: Added missing DLL exports for Windows.
This commit is contained in:
parent
e57bf22d82
commit
98f1244271
|
@ -89,7 +89,7 @@ DEFINE_EXCEPTION_CLASS(NotImplementedException);
|
|||
*
|
||||
* @ingroup base
|
||||
*/
|
||||
class Win32Exception : public Exception
|
||||
class I2_BASE_API Win32Exception : public Exception
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
@ -117,7 +117,7 @@ public:
|
|||
*
|
||||
* @ingroup base
|
||||
*/
|
||||
class PosixException : public Exception
|
||||
class I2_BASE_API PosixException : public Exception
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
@ -144,7 +144,7 @@ public:
|
|||
*
|
||||
* @ingroup base
|
||||
*/
|
||||
class OpenSSLException : public Exception
|
||||
class I2_BASE_API OpenSSLException : public Exception
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue