Implemented/fixed Windows/MSVC support for sockets.

This commit is contained in:
2024-08-19 18:35:55 +02:00
parent 35e7131780
commit df260808b9
5 changed files with 217 additions and 51 deletions

View File

@@ -2,5 +2,9 @@
"libbacktrace":
{
"condition": "compiler_family == 'gcc' or compiler_family == 'clang'"
},
"winsock2":
{
"condition": "target_os == 'nt'"
}
}