mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
#2932: Poco::Net::NTLMContext is missing dllexport/dllimport symbols
This commit is contained in:
parent
8671b08fb4
commit
9800de3b6a
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user