mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
workaround for vista service automatic WSAStartup() crash issue
This commit is contained in:
@@ -89,4 +89,22 @@
|
||||
#endif
|
||||
|
||||
|
||||
namespace Poco {
|
||||
namespace Net {
|
||||
|
||||
|
||||
void initializeNetwork();
|
||||
/// Initialize the network subsystem.
|
||||
/// Calls WSAStartup() on Windows, does nothing
|
||||
/// on other platforms.
|
||||
|
||||
void uninitializeNetwork();
|
||||
/// Uninitialize the network subsystem.
|
||||
/// Calls WSACleanup() on Windows, does nothing
|
||||
/// on other platforms.
|
||||
|
||||
|
||||
} } // namespace Poco::Net
|
||||
|
||||
|
||||
#endif // Net_Net_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user