Additional efforts to get it to build on WinCE. (CVS 2875)

FossilOrigin-Name: b45c076f0d5f7c863287ccb5703c492e1010a99d
This commit is contained in:
drh 2006-01-06 20:22:29 +00:00
parent cc78fea4b9
commit 602bbd3245
3 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,5 @@
C A\sfirst\sattempt\sat\sadding\snative\ssupport\sfor\sWinCE.\s(CVS\s2874)
D 2006-01-06T16:17:05
C Additional\sefforts\sto\sget\sit\sto\sbuild\son\sWinCE.\s(CVS\s2875)
D 2006-01-06T20:22:29
F Makefile.in c79fbdaa264c6afcd435f2fb492551de5a8cf80d
F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -57,7 +57,7 @@ F src/os_test.c 49833426101f99aee4bb5f6a44b7c4b2029fda1c
F src/os_test.h 903c93554c23d88f34f667f1979e4a1cee792af3
F src/os_unix.c 1ade7cd84c6f18dd2ceb98000ea1e9bdcac256ff
F src/os_unix.h 5768d56d28240d3fe4537fac08cc85e4fb52279e
F src/os_win.c 60da6aa3cf5b78d866360f04a379c20df0b17cf7
F src/os_win.c 8ed8a36d24f2988c9a0ccdc8c42bead121878aa8
F src/os_win.h 41a946bea10f61c158ce8645e7646b29d44f122b
F src/pager.c f06b85eb1e43bb2e6a7a5108ac8346576b4b78fa
F src/pager.h e0acb095b3ad0bca48f2ab00c87346665643f64f
@ -335,7 +335,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
P 19f93e135f1ff4f987d14afe74b955e119904017
R 53948b3fa243d1793437a5e4c87ad2b8
P 434405678778e7ce6e0bdec02fa7049a1ca68d27
R 8f782379a0b4cc7b9e662782292afdf5
U drh
Z 9819db2ea9674432e7be1ad7f011900f
Z d5f31204b82ad62fcc1dbb2c50ef76cc

View File

@ -1 +1 @@
434405678778e7ce6e0bdec02fa7049a1ca68d27
b45c076f0d5f7c863287ccb5703c492e1010a99d

View File

@ -643,6 +643,13 @@ static int winFileSize(OsFile *id, i64 *pSize){
return SQLITE_OK;
}
/*
** LOCKFILE_FAIL_IMMEDIATELY is undefined on some Windows systems.
*/
#ifndef LOCKFILE_FAIL_IMMEDIATELY
# define LOCKFILE_FAIL_IMMEDIATELY 1
#endif
/*
** Acquire a reader lock.
** Different API routines are called depending on whether or not this