fix mingw build

This commit is contained in:
2026-03-21 02:35:04 +03:00
parent f69c009da9
commit 011c8f7123
7 changed files with 51 additions and 37 deletions

2
misc/windows/WinSock2.h Normal file
View File

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