1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Use <tcl.h> instead of "tcl.h" to include the TCL interface.

FossilOrigin-Name: 4e32d4aed7c487ee9ed39a7e4486c2989a01781a3edbe9cdce52c6ed357f6366
This commit is contained in:
drh
2024-07-31 21:59:29 +00:00
parent 47ce12d239
commit 3f91c05e5d
3 changed files with 8 additions and 9 deletions

View File

@ -24,7 +24,7 @@
#if defined(INCLUDE_SQLITE_TCL_H)
# include "sqlite_tcl.h" /* Special case for Windows using STDCALL */
#else
# include "tcl.h" /* All normal cases */
# include <tcl.h> /* All normal cases */
# ifndef SQLITE_TCLAPI
# define SQLITE_TCLAPI
# endif