mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Fix build of testcases after commit 0f10b21719
This commit is contained in:
parent
64d46e7c6a
commit
641cfb1456
1 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,9 @@ void Shutdown(void* parg)
|
||||||
{
|
{
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void StartShutdown()
|
||||||
|
{
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue