certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIG RTIG.cc


From: certi-cvs
Subject: [certi-cvs] certi/RTIG RTIG.cc
Date: Thu, 19 Jun 2008 14:19:43 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/06/19 14:19:43

Modified files:
        RTIG           : RTIG.cc 

Log message:
        Correct macro is _WIN32 
        WIN32 (without _ prefix) is only defined by CMake

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

Patches:
Index: RTIG.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/RTIG.cc,v
retrieving revision 3.47
retrieving revision 3.48
diff -u -b -r3.47 -r3.48
--- RTIG.cc     19 Jun 2008 13:56:59 -0000      3.47
+++ RTIG.cc     19 Jun 2008 14:19:43 -0000      3.48
@@ -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: RTIG.cc,v 3.47 2008/06/19 13:56:59 jmm Exp $
+// $Id: RTIG.cc,v 3.48 2008/06/19 14:19:43 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -430,7 +430,7 @@
 
 while (!terminate) {
        // Initialize fd_set structure with all opened sockets.
-       #if WIN32
+       #if _WIN32
 
        result = 0;     // Wait for an incoming message.
        while (!result)
@@ -1011,4 +1011,4 @@
 
 }} // namespace certi/rtig
 
-// $Id: RTIG.cc,v 3.47 2008/06/19 13:56:59 jmm Exp $
+// $Id: RTIG.cc,v 3.48 2008/06/19 14:19:43 erk Exp $




reply via email to

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