diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 39f050e3b2a..66d0e602488 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();