Clean up unused project files

This commit is contained in:
yuanyuanxiang
2025-06-22 18:23:03 +08:00
parent 0cce6e7a14
commit 371f359541
19 changed files with 13 additions and 1473 deletions

View File

@@ -3,6 +3,7 @@
//////////////////////////////////////////////////////////////////////
#ifdef _WIN32
#include "stdafx.h"
#include <WS2tcpip.h>
#else
#include <netdb.h>
#include <sys/socket.h>
@@ -48,7 +49,6 @@ inline int WSAGetLastError() { return -1; }
#endif
#endif
#endif
#include <WS2tcpip.h>
//////////////////////////////////////////////////////////////////////
// Construction/Destruction