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

Add macro necessary for building several extensions when the __stdcall calling convention is not in use.

FossilOrigin-Name: bc8c9b55ddf5227dc6b2116486f4a19bf54fce2b
This commit is contained in:
mistachkin
2016-07-29 01:31:49 +00:00
parent 2d45d7bfab
commit c08556844e
5 changed files with 18 additions and 9 deletions

View File

@ -9,6 +9,9 @@
# include "sqlite_tcl.h"
#else
# include "tcl.h"
# ifndef SQLITE_TCLAPI
# define SQLITE_TCLAPI
# endif
#endif
typedef struct TestSession TestSession;