We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9f8fd commit e5b6ea6Copy full SHA for e5b6ea6
Makefile
@@ -91,9 +91,15 @@ $(DEF_FILE):
91
ifeq ($(PLATFORM),windows)
92
@echo "LIBRARY js.dll" > $@
93
@echo "EXPORTS" >> $@
94
- @echo " sqlite3_js_init" >> $@
95
- @echo " sqlitejs_version" >> $@
96
- @echo " quickjs_version" >> $@
+ @echo " sqlite3_cloudsync_init" >> $@
+ @echo " cloudsync_config_exists" >> $@
+ @echo " cloudsync_context_init" >> $@
97
+ @echo " cloudsync_merge_insert" >> $@
98
+ @echo " cloudsync_sync_key" >> $@
99
+ @echo " cloudsync_sync_table_key" >> $@
100
+ @echo " cloudsync_get_auxdata" >> $@
101
+ @echo " cloudsync_set_auxdata" >> $@
102
+ @echo " cloudsync_payload_apply" >> $@
103
endif
104
105
# Make sure the build and dist directories exist
0 commit comments