summaryrefslogtreecommitdiff
path: root/ext/db
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-15 23:45:05 +0000
committerAndi Gutmans <andi@php.net>2000-06-15 23:45:05 +0000
commit2987d5216ed33e2701a52a5a02f6594ba405564a (patch)
tree2e49b4826cc96d30cc7c82df6361acdc2bb18617 /ext/db
parent17ce56825dfe218d3920bce3bb33807b46880014 (diff)
downloadphp-git-2987d5216ed33e2701a52a5a02f6594ba405564a.tar.gz
- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions
Diffstat (limited to 'ext/db')
-rw-r--r--ext/db/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/db.c b/ext/db/db.c
index 5085012465..2debf7f6ca 100644
--- a/ext/db/db.c
+++ b/ext/db/db.c
@@ -42,7 +42,7 @@
#ifdef PHP_31
#include "os/nt/flock.h"
#else
-#if WIN32|WINNT
+#ifdef PHP_WIN32
#include "win32/flock.h"
#else
#include <sys/file.h>