mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Fix Windows build
This commit is contained in:
parent
ae6cc1a238
commit
ecbde70159
@ -52,6 +52,7 @@ typedef unsigned int uint;
|
||||
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#define strncasecmp _memicmp
|
||||
#define zend_isinf(a) 0
|
||||
#define zend_finite(x) _finite(x)
|
||||
#define zend_isnan(x) _isnan(x)
|
||||
|
Loading…
Reference in New Issue
Block a user