Commit ce6dbc6d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless define

parent 861ef85c
...@@ -43,9 +43,6 @@ ...@@ -43,9 +43,6 @@
#ifdef WIN32 #ifdef WIN32
# include <winsock2.h> # include <winsock2.h>
# include <ws2tcpip.h> # include <ws2tcpip.h>
# ifndef IN_MULTICAST
# define IN_MULTICAST(a) IN_CLASSD(a)
# endif
#else #else
# include <sys/socket.h> # include <sys/socket.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment