mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix build with clang on Winodws
This commit is contained in:
parent
8b5d09a195
commit
741bfe3932
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue