fix msvc build & mingw build

1. Include unified header files using lowercase filenames
2. Change special characters to escape sequences to solve encoding issues
This commit is contained in:
66hh
2026-03-21 18:32:09 +08:00
parent 3dab395af3
commit 83f3284827
8 changed files with 10 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
#include <vector>
#ifdef WIN32
#include <WinSock2.h>
#include <winsock2.h>
#else
#include <sys/socket.h>
#include <netinet/in.h>