Commit 1fb35824 authored by Max Kellermann's avatar Max Kellermann

Merge branch 'v0.20.x'

parents b30a510b 418f71ec
...@@ -40,6 +40,9 @@ public: ...@@ -40,6 +40,9 @@ public:
~ScopeNetInit() noexcept { ~ScopeNetInit() noexcept {
WSACleanup(); WSACleanup();
} }
#else
public:
ScopeNetInit() {}
#endif #endif
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment