mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 449443 - Upgrade to SQLite 3.6.4
This changeset contains the changes needed to Mozilla code. r=Mano
This commit is contained in:
parent
02222e4376
commit
27e8ca1479
@ -132,7 +132,7 @@ LIBGNOME_VERSION=2.0
|
||||
STARTUP_NOTIFICATION_VERSION=0.8
|
||||
DBUS_VERSION=0.60
|
||||
LCMS_VERSION=1.17
|
||||
SQLITE_VERSION=3.5.4
|
||||
SQLITE_VERSION=3.6.4
|
||||
|
||||
MSMANIFEST_TOOL=
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
This is sqlite 3.5.4.2
|
||||
This is sqlite 3.6.4
|
||||
|
||||
|
||||
-- Peter Weilbacher <mozilla@weilbacher.org>, 04/2008
|
||||
-- Shawn Wilsher <me@shawnwilsher.com>, 10/2008
|
||||
|
||||
See http://www.sqlite.org/ for more info.
|
||||
|
||||
|
@ -111,9 +111,7 @@ EXPORTS
|
||||
sqlite3_mutex_alloc
|
||||
sqlite3_mutex_enter
|
||||
sqlite3_mutex_free
|
||||
sqlite3_mutex_held
|
||||
sqlite3_mutex_leave
|
||||
sqlite3_mutex_notheld
|
||||
sqlite3_mutex_try
|
||||
sqlite3_mprintf
|
||||
sqlite3_open
|
||||
|
Loading…
Reference in New Issue
Block a user