1
0
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:
drh
2007-04-02 12:22:44 +00:00
parent 01fa4c349f
commit a55ca9e109
3 changed files with 8 additions and 8 deletions

View File

@ -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