certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libCERTI SocketMC.hh


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI SocketMC.hh
Date: Wed, 25 Nov 2009 21:48:04 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      09/11/25 21:48:04

Modified files:
        libCERTI       : SocketMC.hh 

Log message:
        Should fix the mingw build.
        The new compile error was due to
        patch #7000: Fewer win32 defines
        which removes oldish winsock.h include
        for up to date winsock2.h.
        The mingw trick is now obsolete

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SocketMC.hh?cvsroot=certi&r1=3.14&r2=3.15

Patches:
Index: SocketMC.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/SocketMC.hh,v
retrieving revision 3.14
retrieving revision 3.15
diff -u -b -r3.14 -r3.15
--- SocketMC.hh 24 Nov 2009 21:44:47 -0000      3.14
+++ SocketMC.hh 25 Nov 2009 21:48:04 -0000      3.15
@@ -23,16 +23,6 @@
 #include "Socket.hh"
 #include "NetworkMessage.hh"
 
-#ifdef _WIN32
-#if __MINGW32__
-       #define IP_ADD_MEMBERSHIP       5
-       struct ip_mreq {
-               struct in_addr imr_multiaddr;
-               struct in_addr imr_interface;
-       };
-#endif
-#endif
-
 namespace certi {
 
 class SocketMC : public Socket




reply via email to

[Prev in Thread] Current Thread [Next in Thread]