mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
fb9e35e4bd
1 changed files with 4 additions and 1 deletions
|
|
@ -303,8 +303,11 @@ sqlite3_vfs *sqlite3_bctbx_vfs_create(void){
|
|||
|
||||
void sqlite3_bctbx_vfs_register( int makeDefault){
|
||||
sqlite3_vfs* pVfsToUse = sqlite3_bctbx_vfs_create();
|
||||
#if _WIN32
|
||||
sqlite3_vfs* pDefault = sqlite3_vfs_find("win32");
|
||||
#else
|
||||
sqlite3_vfs* pDefault = sqlite3_vfs_find("unix-none");
|
||||
|
||||
#endif
|
||||
pVfsToUse->xAccess = pDefault->xAccess;
|
||||
pVfsToUse->xCurrentTime = pDefault->xCurrentTime;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue