VC2010 compile fixes
This commit is contained in:
@@ -123,6 +123,9 @@ std::string _(const char* psz)
|
||||
return QCoreApplication::translate("bitcoin-core", psz).toStdString();
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
#define strncasecmp strnicmp
|
||||
#endif
|
||||
#ifndef BITCOIN_QT_TEST
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <transactiondesc.h>
|
||||
#include "transactiondesc.h"
|
||||
|
||||
#include "guiutil.h"
|
||||
#include "bitcoinunits.h"
|
||||
|
||||
@@ -10,8 +10,9 @@ class AddressTableModel;
|
||||
class TransactionTableModel;
|
||||
class CWallet;
|
||||
|
||||
struct SendCoinsRecipient
|
||||
class SendCoinsRecipient
|
||||
{
|
||||
public:
|
||||
QString address;
|
||||
QString label;
|
||||
qint64 amount;
|
||||
|
||||
Reference in New Issue
Block a user