optimize code

This commit is contained in:
ValKmjolnir
2023-12-05 23:54:26 +08:00
parent 3b1659e7ee
commit f747d91efe
10 changed files with 36 additions and 24 deletions

View File

@@ -6,6 +6,10 @@
#include <unistd.h>
#endif
#ifdef _MSC_VER
#pragma warning (disable:4996)
#endif
#ifdef _WIN32
#include <winsock.h>
#pragma comment(lib,"ws2_32")