mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
added php_off_t alias
This commit is contained in:
parent
6974d36d01
commit
398a1cc655
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
#define php_size_t zend_size_t
|
||||
#define php_int_t zend_int_t
|
||||
#define php_uint_t zend_uint_t
|
||||
#define php_off_t zend_off_t
|
||||
#define PHP_INT_MAX ZEND_INT_MAX
|
||||
#define PHP_INT_MIN ZEND_INT_MIN
|
||||
#define PHP_UINT_MAX ZEND_UINT_MAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue