aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2006-01-06 20:40:28 +0000
committerdrh <drh@noemail.net>2006-01-06 20:40:28 +0000
commite2a926b8071343e61be7ff315d486ea7d0aad4c0 (patch)
treea06f040451c10c99d00f0fd5e05f42004bdb3df0 /src
parent602bbd3245d778f385b197dfd2841db079e4966a (diff)
downloadsqlite-e2a926b8071343e61be7ff315d486ea7d0aad4c0.tar.gz
sqlite-e2a926b8071343e61be7ff315d486ea7d0aad4c0.zip
More changes to support wince. (CVS 2876)
FossilOrigin-Name: f3cbd995c845dc19596678d05844e0691b63da54
Diffstat (limited to 'src')
-rw-r--r--src/os_win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_win.c b/src/os_win.c
index b242bd98f..34c865df0 100644
--- a/src/os_win.c
+++ b/src/os_win.c
@@ -144,7 +144,9 @@ struct tm *__cdecl localtime(const time_t *t)
** it to work at all.
*/
#ifdef SQLITE_OMIT_WIN_LOCKS
+# define LockFile(a,b,c,d,e) (1)
# define LockFileEx(a,b,c,d,e,f) (1)
+# define UnlockFile(a,b,c,d,e) (1)
# define UnlockFileEx(a,b,c,d,e) (1)
#endif