]> granicus.if.org Git - php/commitdiff
- Use PHP_WIN32
authorAndi Gutmans <andi@php.net>
Fri, 9 Jun 2000 08:10:15 +0000 (08:10 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 9 Jun 2000 08:10:15 +0000 (08:10 +0000)
ext/icap/php_icap.c

index 39f050e3b2a15e60e40306d5e34b3ccfc24efad8..66d0e60248837d8d300fea278b0e0957425a427f 100644 (file)
@@ -52,7 +52,7 @@
 #include "modules.h"
 #include "ext/standard/info.h"
 #include "ext/standard/php_global.h"
-#if (WIN32|WINNT)
+#ifdef PHP_WIN32
 #include "winsock.h"
 #endif
 CALSTREAM *cal_open();