mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !ZEND_DEBUG && !defined(_WIN32)
|
#if !ZEND_DEBUG && (!defined(_WIN32) || defined(__clang__))
|
||||||
#undef _emalloc
|
#undef _emalloc
|
||||||
|
|
||||||
#if ZEND_MM_CUSTOM
|
#if ZEND_MM_CUSTOM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue