summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-16 09:33:19 +0000
committerAndi Gutmans <andi@php.net>2000-02-16 09:33:19 +0000
commitc854703ad6cff3eb3ae4104c84c0600dacca082d (patch)
treef28466662f07737803cc1af31bcb2e17e3e43651 /ext/ldap
parentf79688e8489145e67f6f76ca7cd0c3dbbe652a54 (diff)
downloadphp-git-c854703ad6cff3eb3ae4104c84c0600dacca082d.tar.gz
- PHP_WIN32
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c
index c1d7619a0e..fb1f4592a2 100644
--- a/ext/ldap/ldap.c
+++ b/ext/ldap/ldap.c
@@ -31,7 +31,7 @@
#include "ext/standard/dl.h"
#include "php_ldap.h"
-#if WIN32|WINNT
+#ifdef PHP_WIN32
#include <string.h>
#if HAVE_NSLDAP
#include <winsock.h>