[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/network/ktorrent/libbtcore
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-07-17 22:56:04
Message-ID: 1216335364.404154.8973.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 834076 by segato:

rename mingw.cpp/h in win32.cpp/h

 M  +2 -2      CMakeLists.txt  
 M  +1 -1      net/downloadthread.cpp  
 M  +1 -1      net/socket.cpp  
 M  +1 -1      peer/authenticationmonitor.cpp  
 M  +1 -1      peer/authenticationmonitor.h  
 D             util/mingw.cpp  
 D             util/mingw.h  
 AM            util/win32.cpp   util/mingw.cpp#834071 [License: BSD X11 (BSD like)]
 AM            util/win32.h   util/mingw.h#834071 [License: BSD X11 (BSD like)]


--- trunk/extragear/network/ktorrent/libbtcore/CMakeLists.txt #834075:834076
@@ -172,8 +172,8 @@
 )
 
 if(WIN32)
-# Compile MinGW stuff on windows
-set(libbtcore_SRC ${libbtcore_SRC} util/mingw.cpp)
+# Compile stuff for windows
+set(libbtcore_SRC ${libbtcore_SRC} util/win32.cpp)
 endif(WIN32)
 
 
--- trunk/extragear/network/ktorrent/libbtcore/net/downloadthread.cpp #834075:834076
@@ -23,7 +23,7 @@
 #ifndef Q_WS_WIN
 #include <sys/poll.h>
 #else
-#include <util/mingw.h>
+#include <util/win32.h>
 #endif
 #include <util/functions.h>
 #include "socketgroup.h"
--- trunk/extragear/network/ktorrent/libbtcore/net/socket.cpp #834075:834076
@@ -48,7 +48,7 @@
 #include <util/log.h>
 
 #ifdef Q_WS_WIN
-#include <util/mingw.h>
+#include <util/win32.h>
 #define SHUT_RDWR SD_BOTH
 #undef errno
 #define errno WSAGetLastError()
--- trunk/extragear/network/ktorrent/libbtcore/peer/authenticationmonitor.cpp #834075:834076
@@ -23,7 +23,7 @@
 #ifndef Q_WS_WIN
 #include <sys/poll.h>
 #else
-#include <util/mingw.h>
+#include <util/win32.h>
 #endif
 #include <util/functions.h>
 #include <util/log.h>
--- trunk/extragear/network/ktorrent/libbtcore/peer/authenticationmonitor.h #834075:834076
@@ -24,7 +24,7 @@
 #include <vector>
 #include <btcore_export.h>
 #ifdef Q_WS_WIN
-#include <util/mingw.h>
+#include <util/win32.h>
 #endif
 
 struct pollfd;
** trunk/extragear/network/ktorrent/libbtcore/util/win32.cpp #property svn:mergeinfo
   + 
** trunk/extragear/network/ktorrent/libbtcore/util/win32.h #property svn:mergeinfo
   + 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic