64-bit changes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "SiaApi.h"
|
||||
#include "SQLiteCpp/Database.h"
|
||||
|
||||
using namespace Sia::Api;
|
||||
/*{
|
||||
@@ -55,6 +56,7 @@ CSiaApi::_CSiaRenter::_CSiaRenter(const CSiaCurl& siaCurl) :
|
||||
_TotalUploadProgress(100)
|
||||
{
|
||||
StartAutoThread();
|
||||
SQLite::Database db("file:example.db3", SQLite::OPEN_READWRITE | SQLite::OPEN_CREATE);
|
||||
}
|
||||
|
||||
CSiaApi::_CSiaRenter::~_CSiaRenter()
|
||||
|
Reference in New Issue
Block a user