aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-11-04 11:24:54 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-11-04 11:24:54 +0100
commited552cfae078778ebaebf1786bad0305ee730479 (patch)
treea63a0a38312d57e603a08ae4fc5d83eb9c3e26a2 /src/bitcoinrpc.cpp
parenta56d3f8a10e3c9f844aee1f362635ae14b872023 (diff)
downloadbitcoin-ed552cfae078778ebaebf1786bad0305ee730479.tar.xz
remove printf redefinition from bitcoinrpc.cpp
- as the redefiniton of printf happens in util.h, which is included in bitcoinrpc.cpp, we don't need another redefinition
Diffstat (limited to 'src/bitcoinrpc.cpp')
-rw-r--r--src/bitcoinrpc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp
index 21e37c75e1..9033f5ed8c 100644
--- a/src/bitcoinrpc.cpp
+++ b/src/bitcoinrpc.cpp
@@ -11,7 +11,6 @@
#include "bitcoinrpc.h"
#include "db.h"
-#undef printf
#include <boost/asio.hpp>
#include <boost/asio/ip/v6_only.hpp>
#include <boost/bind.hpp>
@@ -26,8 +25,6 @@
#include <boost/shared_ptr.hpp>
#include <list>
-#define printf OutputDebugStringF
-
using namespace std;
using namespace boost;
using namespace boost::asio;