From: Andi Gutmans Date: Fri, 9 Jun 2000 08:10:15 +0000 (+0000) Subject: - Use PHP_WIN32 X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7d1bc96bec1836e2fd726090b807054bbe4b5e2;p=php - Use PHP_WIN32 --- diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 39f050e3b2..66d0e60248 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -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();