|
From: Lasse Kärkkäi. <tr...@us...> - 2012-10-11 07:02:31
|
Author: Lasse Karkkainen <tro...@tr...> Date: Thu Oct 11 09:54:00 2012 +0300 BOOST_ASIO_DYN_LINK is defined from command line via CMake and should not be defined in code. --- game/downloader.cc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/game/downloader.cc b/game/downloader.cc index 8f31dcf..79f51d3 100644 --- a/game/downloader.cc +++ b/game/downloader.cc @@ -1,7 +1,5 @@ #include "downloader.hh" -#define BOOST_ASIO_DYN_LINK - #include "fs.hh" #include "config.hh" #include "configuration.hh" |