mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
13 lines
376 B
Diff
13 lines
376 B
Diff
diff --git a/tests/testutil.hpp b/tests/testutil.hpp
|
|
index c6f5e4de..6a1c8bb8 100644
|
|
--- a/tests/testutil.hpp
|
|
+++ b/tests/testutil.hpp
|
|
@@ -102,7 +102,6 @@ const uint8_t zmtp_ready_sub[27] = {
|
|
#include <winsock2.h>
|
|
#include <ws2tcpip.h>
|
|
#include <stdexcept>
|
|
-#define close closesocket
|
|
typedef int socket_size_t;
|
|
inline const char *as_setsockopt_opt_t (const void *opt)
|
|
{
|