Commit 917881aa authored by Max Kellermann's avatar Max Kellermann

net/SocketDescriptors: IsValid() is not available on Windows

parent 9259e989
......@@ -78,7 +78,9 @@ public:
#endif
using FileDescriptor::IsDefined;
#ifndef _WIN32
using FileDescriptor::IsValid;
#endif
using FileDescriptor::Get;
using FileDescriptor::Set;
using FileDescriptor::Steal;
......
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