wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src network_worker.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src network_worker.cpp
Date: Tue, 06 Sep 2005 13:16:04 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/09/06 17:16:04

Modified files:
        src            : network_worker.cpp 

Log message:
        forgot a one

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network_worker.cpp.diff?tr1=1.51&tr2=1.52&r1=text&r2=text

Patches:
Index: wesnoth/src/network_worker.cpp
diff -u wesnoth/src/network_worker.cpp:1.51 wesnoth/src/network_worker.cpp:1.52
--- wesnoth/src/network_worker.cpp:1.51 Tue Sep  6 17:10:15 2005
+++ wesnoth/src/network_worker.cpp      Tue Sep  6 17:16:04 2005
@@ -1,4 +1,4 @@
-/* $Id: network_worker.cpp,v 1.51 2005/09/06 17:10:15 j_daniel Exp $ */
+/* $Id: network_worker.cpp,v 1.52 2005/09/06 17:16:04 j_daniel Exp $ */
 /*
    Copyright (C) 2003-5 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -30,7 +30,7 @@
 
 #if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
 #include <windows.h>
-#define USE_SELECT
+#define USE_SELECT 1
 #else
 #include <sys/types.h>
 #include <sys/socket.h>




reply via email to

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