forked from KolibriOS/kolibrios
39d806302d
Attention! The port is not currently working! SQLITE VFS must be adapted! (The commit was made so as not to lose progress) git-svn-id: svn://kolibrios.org@8760 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
136 B
C
10 lines
136 B
C
#include "sqlite3.h"
|
|
|
|
SQLITE_API int sqlite3_os_init(void){
|
|
return -1;
|
|
}
|
|
|
|
SQLITE_API int sqlite3_os_end(void){
|
|
return -1;
|
|
}
|