cec: sync win32
[deb_libcec.git] / src / lib / platform / windows / os-types.h
index ea00eaec441c618922c8a6eea6ed0fc6f7ec7d61..0a61c2e2d6d4089b2b39aa6a7525588c02b67839 100644 (file)
@@ -57,6 +57,8 @@ typedef unsigned __int64 uint64_t;
 
 #define snprintf _snprintf
 
+typedef SOCKET socket_t;
+
 #if defined(_MSC_VER)
 #pragma warning (push)
 #endif