mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
win32 try
This commit is contained in:
parent
15bd61a689
commit
76c421e0b9
2 changed files with 6 additions and 1 deletions
|
|
@ -6286,6 +6286,9 @@ __declspec(dllexport)
|
|||
#define SQLITE_RESULT_SUBTYPE 0x001000000
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
|
||||
const sqlite3_api_routines *pApi) {
|
||||
SQLITE_EXTENSION_INIT2(pApi);
|
||||
|
|
@ -6379,6 +6382,9 @@ int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
|
|||
return SQLITE_OK;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
int sqlite3_vec_fs_read_init(sqlite3 *db, char **pzErrMsg,
|
||||
const sqlite3_api_routines *pApi) {
|
||||
UNUSED_PARAMETER(pzErrMsg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue