mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01: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
|
||||
|
||||
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#pragma comment(lib, "mswsock.lib")
|
||||
#endif
|
||||
|
||||
#endif // Net_SocketImpl_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user