From ed552cfae078778ebaebf1786bad0305ee730479 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sun, 4 Nov 2012 11:24:54 +0100 Subject: [PATCH] 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 --- src/bitcoinrpc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 21e37c75e..9033f5ed8 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -11,7 +11,6 @@ #include "bitcoinrpc.h" #include "db.h" -#undef printf #include #include #include @@ -26,8 +25,6 @@ #include #include -#define printf OutputDebugStringF - using namespace std; using namespace boost; using namespace boost::asio;