summaryrefslogtreecommitdiff
path: root/src/ivysocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivysocket.h')
-rw-r--r--src/ivysocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 69fc2c0..f5ac390 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -32,13 +32,11 @@ extern "C" {
#ifdef __MINGW32__
#include <ws2tcpip.h>
#endif
-#define HANDLE SOCKET
#define socklen_t int
#ifndef IN_MULTICAST
#define IN_MULTICAST(i) (((long)(i) & 0xf0000000) == 0xe0000000)
#endif
#else
-#define HANDLE int
#include <netinet/in.h>
#endif
#ifdef __INTERIX