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

This commit is contained in:
Max Kellermann 2017-08-10 13:15:57 +02:00
parent 9259e989a4
commit 917881aa48

View File

@ -78,7 +78,9 @@ public:
#endif
using FileDescriptor::IsDefined;
#ifndef _WIN32
using FileDescriptor::IsValid;
#endif
using FileDescriptor::Get;
using FileDescriptor::Set;
using FileDescriptor::Steal;