mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
temporary fix for win64
This commit is contained in:
parent
661f90d4d1
commit
d285e346da
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@
|
|||
#endif
|
||||
|
||||
typedef uint32_t zend_mm_page_info; /* 4-byte integer */
|
||||
typedef zend_ulong zend_mm_bitset; /* 4-byte or 8-byte integer */
|
||||
/* XXX temporary fix crash on bitset computing on win64 */
|
||||
typedef unsigned long zend_mm_bitset; /* 4-byte or 8-byte integer */
|
||||
|
||||
#define ZEND_MM_ALIGNED_OFFSET(size, alignment) \
|
||||
(((size_t)(size)) & ((alignment) - 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue