summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-include__libtorrent__socket.hpp
blob: f1ae1b7a67c89f79ce297a5680300c79f12d85f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- include/libtorrent/socket.hpp.orig	2009-02-08 17:13:07.000000000 +0900
+++ include/libtorrent/socket.hpp	2009-04-19 05:18:58.000000000 +0900
@@ -47,7 +47,7 @@
 
 #include <boost/version.hpp>
 
-#if BOOST_VERSION < 103500
+#if 1 // BOOST_VERSION < 103500
 #include <asio/ip/tcp.hpp>
 #include <asio/ip/udp.hpp>
 #include <asio/io_service.hpp>
@@ -82,7 +82,7 @@
 namespace libtorrent
 {
 
-#if BOOST_VERSION < 103500
+#if 1 // BOOST_VERSION < 103500
 	using asio::ip::tcp;
 	using asio::ip::udp;
 	using asio::async_write;