mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
changes so mono.data.sqlite use dllmap
This commit is contained in:
@@ -52,8 +52,7 @@ namespace OpenSim.Data.SQLite
|
||||
|
||||
public SQLiteXInventoryData(string conn, string realm)
|
||||
{
|
||||
if (Util.IsWindows())
|
||||
Util.LoadArchSpecificWindowsDll("sqlite3.dll");
|
||||
DllmapConfigHelper.RegisterAssembly(typeof(SQLiteXInventoryData).Assembly);
|
||||
|
||||
m_Folders = new SqliteFolderHandler(
|
||||
conn, "inventoryfolders", "XInventoryStore");
|
||||
|
||||
Reference in New Issue
Block a user