Fossil SCM

With this additional change, it works. But I don't understand why, and it means patching SQLite.

jan.nijtmans 2013-10-11 11:20 UTC fix-win64-mingw
Commit 57cf68c421c518b90aff6a1246eacc5ed03ef80a
1 file changed +1 -1
+1 -1
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -117413,11 +117413,11 @@
117413117413
#endif
117414117414
117415117415
/* IMPLEMENTATION-OF: R-53536-42575 The sqlite3_libversion() function returns
117416117416
** a pointer to the to the sqlite3_version[] string constant.
117417117417
*/
117418
-SQLITE_API const char *sqlite3_libversion(void){ return sqlite3_version; }
117418
+SQLITE_API const char *sqlite3_libversion(void){ return SQLITE_VERSION; }
117419117419
117420117420
/* IMPLEMENTATION-OF: R-63124-39300 The sqlite3_sourceid() function returns a
117421117421
** pointer to a string constant whose value is the same as the
117422117422
** SQLITE_SOURCE_ID C preprocessor macro.
117423117423
*/
117424117424
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -117413,11 +117413,11 @@
117413 #endif
117414
117415 /* IMPLEMENTATION-OF: R-53536-42575 The sqlite3_libversion() function returns
117416 ** a pointer to the to the sqlite3_version[] string constant.
117417 */
117418 SQLITE_API const char *sqlite3_libversion(void){ return sqlite3_version; }
117419
117420 /* IMPLEMENTATION-OF: R-63124-39300 The sqlite3_sourceid() function returns a
117421 ** pointer to a string constant whose value is the same as the
117422 ** SQLITE_SOURCE_ID C preprocessor macro.
117423 */
117424
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -117413,11 +117413,11 @@
117413 #endif
117414
117415 /* IMPLEMENTATION-OF: R-53536-42575 The sqlite3_libversion() function returns
117416 ** a pointer to the to the sqlite3_version[] string constant.
117417 */
117418 SQLITE_API const char *sqlite3_libversion(void){ return SQLITE_VERSION; }
117419
117420 /* IMPLEMENTATION-OF: R-63124-39300 The sqlite3_sourceid() function returns a
117421 ** pointer to a string constant whose value is the same as the
117422 ** SQLITE_SOURCE_ID C preprocessor macro.
117423 */
117424

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button