Fixed DNS, TCP and UDP on Windows.
All checks were successful
Build & Release / Linux-AMD64-Build (push) Successful in 1m5s
Build & Release / Windows-AMD64-Build (push) Successful in 3m43s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m31s

This commit is contained in:
2024-07-10 02:36:21 -07:00
parent a65c8d64b5
commit 64e1555d56
5 changed files with 13 additions and 16 deletions

View File

@@ -1,4 +1,8 @@
#include "ehs/io/socket/DNS_W32.h"
#include "ehs/Log.h"
#include <WinSock2.h>
#include <WS2tcpip.h>
namespace ehs
{