certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIG Federation.cc


From: CERTI CVS commits
Subject: [certi-cvs] certi/RTIG Federation.cc
Date: Wed, 18 Sep 2013 14:29:22 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/09/18 14:29:22

Modified files:
        RTIG           : Federation.cc 

Log message:
        Avoid Mingw warning:
        "warning: "strcasecmp" redefined [enabled by default]"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/Federation.cc?cvsroot=certi&r1=3.149&r2=3.150

Patches:
Index: Federation.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/Federation.cc,v
retrieving revision 3.149
retrieving revision 3.150
diff -u -b -r3.149 -r3.150
--- Federation.cc       16 Sep 2013 14:09:43 -0000      3.149
+++ Federation.cc       18 Sep 2013 14:29:22 -0000      3.150
@@ -18,7 +18,7 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: Federation.cc,v 3.149 2013/09/16 14:09:43 erk Exp $
+// $Id: Federation.cc,v 3.150 2013/09/18 14:29:22 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -77,7 +77,7 @@
     return split(s, delim, elems);
 }
 
-#ifdef _WIN32
+#if defined(_WIN32) & not defined(__MINGW32__)
 # define strcasecmp stricmp
 #endif
 
@@ -2798,5 +2798,5 @@
 
 }} // namespace certi/rtig
 
-// $Id: Federation.cc,v 3.149 2013/09/16 14:09:43 erk Exp $
+// $Id: Federation.cc,v 3.150 2013/09/18 14:29:22 erk Exp $
 



reply via email to

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