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:
@ -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
|
||||
} {
|
||||
|
Reference in New Issue
Block a user