From: Gunnar Beutner Date: Wed, 17 Oct 2012 10:03:07 +0000 (+0200) Subject: Fix: Added missing DLL exports for Windows. X-Git-Tag: v0.0.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98f124427120acae03fe9e4a15549bd64a3e3677;p=icinga2 Fix: Added missing DLL exports for Windows. --- diff --git a/lib/base/exception.h b/lib/base/exception.h index b4ead45a8..dbf574a91 100644 --- a/lib/base/exception.h +++ b/lib/base/exception.h @@ -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: /**