Make it (almost) compile for windows

This commit is contained in:
Sfan5
2014-03-09 12:32:13 +01:00
parent b2896331cd
commit 46023f77f5
5 changed files with 16 additions and 18 deletions

View File

@ -11,7 +11,7 @@ DBSQLite3::DBSQLite3(const std::string &mapdir) {
}
DBSQLite3::~DBSQLite3() {
sqlite3_close_v2(m_db);
sqlite3_close(m_db);
}
std::vector<int64_t> DBSQLite3::getBlockPos() {