From: Wladimir J. van der Laan Date: Thu, 14 Jun 2012 07:41:11 +0000 (+0200) Subject: Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694 X-Git-Tag: v0.4.0-unstable~129^2~1^2^2^2~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=1bc2f0a37b68aa99e90437105a48c47046b6c0d0 Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694 --- diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index ca001b0..a21801b 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -17,7 +17,13 @@ CWallet* pwalletMain; +void Shutdown(void* parg) +{ + exit(0); +} + void StartShutdown() { exit(0); } +