mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
In the amalgamation, put date.c before os.c so that the time_t typedef
can be correctly resolved by windows compilers. (CVS 3793) FossilOrigin-Name: 9c5697c70fa850ea700e8cc0c918791a1628ab10
This commit is contained in:
@ -148,6 +148,7 @@ proc copy_file {filename} {
|
||||
foreach file {
|
||||
sqlite3.h
|
||||
|
||||
date.c
|
||||
os.c
|
||||
|
||||
printf.c
|
||||
@ -179,7 +180,6 @@ foreach file {
|
||||
build.c
|
||||
callback.c
|
||||
complete.c
|
||||
date.c
|
||||
delete.c
|
||||
func.c
|
||||
insert.c
|
||||
|
Reference in New Issue
Block a user