From bde280b9a4da2652716c8ffdeed9ebfa4461cc70 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 21 Dec 2011 22:33:19 +0100 Subject: Revert "Use standard C99 (and Qt) types for 64-bit integers" This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. --- src/noui.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/noui.h') diff --git a/src/noui.h b/src/noui.h index 5f6cc752b0..754c2225fc 100644 --- a/src/noui.h +++ b/src/noui.h @@ -5,8 +5,6 @@ #ifndef BITCOIN_NOUI_H #define BITCOIN_NOUI_H -#include - #include #include #include "wallet.h" @@ -52,7 +50,7 @@ inline int ThreadSafeMessageBox(const std::string& message, const std::string& c return MyMessageBox(message, caption, style, parent, x, y); } -inline bool ThreadSafeAskFee(int64_t nFeeRequired, const std::string& strCaption, wxWindow* parent) +inline bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption, wxWindow* parent) { return true; } -- cgit v1.2.3