Sha256: d72f4234b8438a3a90ba753e1d24804899da151e6e92f485382ffe1224ac4fc6
Contents?: true
Size: 363 Bytes
Versions: 13
Compression:
Stored size: 363 Bytes
Contents
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOCKETs_ #define DLIB_SOCKETs_ #include "platform.h" #ifdef WIN32 #include "sockets/windows.h" #endif #ifndef WIN32 #include "sockets/posix.h" #endif #include "sockets/sockets_extensions.h" #endif // DLIB_SOCKETs_
Version data entries
13 entries across 13 versions & 1 rubygems