]> granicus.if.org Git - php/commitdiff
- PHP_WIN32
authorAndi Gutmans <andi@php.net>
Wed, 16 Feb 2000 09:33:19 +0000 (09:33 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 16 Feb 2000 09:33:19 +0000 (09:33 +0000)
ext/ldap/ldap.c

index c1d7619a0ef4f7184df81d62b070beac4c682faa..fb1f4592a2bdb67194f0e68c0f41465408895578 100644 (file)
@@ -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>