diff options
author | Andi Gutmans <andi@php.net> | 2000-02-16 09:33:19 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-16 09:33:19 +0000 |
commit | c854703ad6cff3eb3ae4104c84c0600dacca082d (patch) | |
tree | f28466662f07737803cc1af31bcb2e17e3e43651 /ext/ldap | |
parent | f79688e8489145e67f6f76ca7cd0c3dbbe652a54 (diff) | |
download | php-git-c854703ad6cff3eb3ae4104c84c0600dacca082d.tar.gz |
- PHP_WIN32
Diffstat (limited to 'ext/ldap')
-rw-r--r-- | ext/ldap/ldap.c | 2 |
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> |