forked from premiere/premiere-libtorrent
fix release logging build
This commit is contained in:
parent
7d32c3b2b0
commit
4f1618a796
|
@ -33,8 +33,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#ifndef TORRENT_DEBUG_HPP_INCLUDED
|
#ifndef TORRENT_DEBUG_HPP_INCLUDED
|
||||||
#define TORRENT_DEBUG_HPP_INCLUDED
|
#define TORRENT_DEBUG_HPP_INCLUDED
|
||||||
|
|
||||||
#ifdef TORRENT_DEBUG
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "libtorrent/config.hpp"
|
#include "libtorrent/config.hpp"
|
||||||
|
|
||||||
|
@ -102,7 +100,6 @@ namespace libtorrent
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif // TORRENT_DEBUG
|
|
||||||
|
|
||||||
#endif // TORRENT_DEBUG_HPP_INCLUDED
|
#endif // TORRENT_DEBUG_HPP_INCLUDED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue