Rename CreateThread to NewThread
Prevent clash with win32 API symbol
This commit is contained in:
@@ -1385,7 +1385,7 @@ int CWallet::LoadWallet(bool& fFirstRunRet)
|
||||
return nLoadWalletRet;
|
||||
fFirstRunRet = !vchDefaultKey.IsValid();
|
||||
|
||||
CreateThread(ThreadFlushWalletDB, &strWalletFile);
|
||||
NewThread(ThreadFlushWalletDB, &strWalletFile);
|
||||
return DB_LOAD_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user