From: Anatol Belski Date: Thu, 10 Mar 2016 14:30:20 +0000 (+0100) Subject: fix build with clang on Winodws X-Git-Tag: php-7.1.0alpha1~496^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741bfe3932de28c20f401cc7e0447fffb2bea7d6;p=php fix build with clang on Winodws --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 2e0de26378..6f0542e169 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -2328,7 +2328,7 @@ ZEND_API int is_zend_mm(void) #endif } -#if !ZEND_DEBUG && !defined(_WIN32) +#if !ZEND_DEBUG && (!defined(_WIN32) || defined(__clang__)) #undef _emalloc #if ZEND_MM_CUSTOM