mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-26 14:34:00 +02:00
fix(SocketImpl): Windows: use pragma to link mswsock.lib
This commit is contained in:
parent
54f0feb282
commit
12a99dcd18
@ -599,4 +599,8 @@ inline bool SocketImpl::getBlocking() const
|
|||||||
} } // namespace Poco::Net
|
} } // namespace Poco::Net
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||||
|
#pragma comment(lib, "mswsock.lib")
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // Net_SocketImpl_INCLUDED
|
#endif // Net_SocketImpl_INCLUDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user