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

Work around problem with forward declarations of constants in MSVC

in the amalgamation.  Ticket #2574. (CVS 4304)

FossilOrigin-Name: dc80b2e1f4e1d31479aad9f39e651e62f2601fb8
This commit is contained in:
drh
2007-08-27 23:26:59 +00:00
parent 97c8ec325d
commit 46c99e0f5d
10 changed files with 51 additions and 38 deletions

View File

@ -233,7 +233,6 @@ foreach file {
auth.c
build.c
callback.c
complete.c
delete.c
func.c
insert.c
@ -252,6 +251,7 @@ foreach file {
parse.c
tokenize.c
complete.c
main.c
} {