Now Mono compatible

(You need sqlite3.dll from SqlBins if running on Windows and sqlite3.so if running on Linux)
This commit is contained in:
Deathmax 2011-12-13 21:41:52 +08:00
parent c821c920ce
commit 480b58a47d
8 changed files with 201 additions and 6 deletions

View file

@ -34,7 +34,7 @@ using System.Net;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using Community.CsharpSqlite.SQLiteClient;
using Mono.Data.Sqlite;
using Hooks;
using MySql.Data.MySqlClient;
using Newtonsoft.Json;