Merge pull request #1977 from Diapolo/rem_printf_redef_rpc

remove printf redefinition from bitcoinrpc.cpp
This commit is contained in:
Wladimir J. van der Laan 2012-11-10 03:47:11 -08:00
commit e88f8887b6
1 changed files with 0 additions and 3 deletions

View File

@ -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;