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

@@ -1,2 +0,0 @@
// For mingw, cuz on linux it case-sensitive
#include <winsock2.h>

View File

@@ -1,2 +0,0 @@
// For mingw, cuz on linux it case-sensitive
#include <ws2tcpip.h>