socket: add own cross-platform declaration

Like with stdex::locale_t, this frees us from using Windowsizms on other
platforms. Sockets came from Unix to Windows and not the other way
around in the first place.

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-11-09 08:11:43 +01:00
parent 2c45749f78
commit 3dfd62ec2f
4 changed files with 44 additions and 23 deletions

View File

@@ -19,6 +19,7 @@
#include <stdex/progress.hpp>
#include <stdex/ring.hpp>
#include <stdex/sgml.hpp>
#include <stdex/socket.hpp>
#include <stdex/stream.hpp>
#include <stdex/string.hpp>
#include <stdex/sys_info.hpp>