aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2025-04-04 13:23:03 +0000
committerjan.nijtmans <jan.nijtmans@noemail.net>2025-04-04 13:23:03 +0000
commit82d05b7b541b6d3857162d876c7cfa805258369d (patch)
treed9b95799d10a49c09e84a3d0b65df8afaddfa7f3 /src
parent283d0ee4c6942e63b0a287f9faeb795ecbaff9c1 (diff)
downloadsqlite-82d05b7b541b6d3857162d876c7cfa805258369d.tar.gz
sqlite-82d05b7b541b6d3857162d876c7cfa805258369d.zip
The win32lock and win32longpath tests don't work on Cygwin
FossilOrigin-Name: 32ef3f26e7fb34dfdb23617a19bb9baa2e4c3dca564a88850b58a0fbe6446cf8
Diffstat (limited to 'src')
-rw-r--r--src/test1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test1.c b/src/test1.c
index f86fef36f..bb2f2d3b9 100644
--- a/src/test1.c
+++ b/src/test1.c
@@ -7984,7 +7984,7 @@ struct win32FileLocker {
#endif
-#if SQLITE_OS_WIN
+#ifdef _WIN32
#include <process.h>
/*
** The background thread that does file locking.