fix build with clang on Winodws

This commit is contained in:
Anatol Belski 2016-03-10 15:30:20 +01:00
parent 8b5d09a195
commit 741bfe3932

View file

@ -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