Fix win32 somewhat?

This commit is contained in:
2025-04-16 07:47:01 -05:00
parent fefec83b7e
commit bcd3ca9ff8
11 changed files with 20 additions and 39 deletions

View File

@@ -21,6 +21,7 @@ using HttpUtils = Tesses::Framework::Http::HttpUtils;
#include <ws2tcpip.h>
#include <winsock2.h>
#include <windows.h>
#undef min
#pragma comment(lib, "ws2_32.lib")
#else
extern "C" {