Loading tests/test_cluster_performance.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -21,8 +21,13 @@ #include <thread> #include <vector> // Windows socket headers must be included before other headers to avoid conflicts #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <winsock2.h> #include <ws2tcpip.h> #pragma comment(lib, "ws2_32.lib") #define test_getpid _getpid #define test_unlink _unlink #else Loading Loading
tests/test_cluster_performance.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -21,8 +21,13 @@ #include <thread> #include <vector> // Windows socket headers must be included before other headers to avoid conflicts #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <winsock2.h> #include <ws2tcpip.h> #pragma comment(lib, "ws2_32.lib") #define test_getpid _getpid #define test_unlink _unlink #else Loading