#2932: Poco::Net::NTLMContext is missing dllexport/dllimport symbols

This commit is contained in:
Günter Obiltschnig 2021-04-11 16:11:33 +02:00
parent 8671b08fb4
commit 9800de3b6a

View File

@ -34,7 +34,7 @@ namespace Net {
struct NTLMContextImpl;
class NTLMContext
class Net_API NTLMContext
/// An opaque context class for working with SSPI NTLM authentication.
{
public:
@ -49,7 +49,7 @@ private:
NTLMContext();
NTLMContext(const NTLMContext&);
NTLMContext& operator = (const NTLMContext&);
friend class SSPINTLMProvider;
};