mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
add SIZEOF_SIZE_T to oniguruma
This commit is contained in:
parent
228eaf5bc4
commit
3689b44453
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
#define SIZEOF_VOIDP 4
|
||||
#define SIZEOF_FLOAT 4
|
||||
#define SIZEOF_DOUBLE 8
|
||||
#ifdef _WIN64
|
||||
#define SIZEOF_SIZE_T 8
|
||||
#else
|
||||
#define SIZEOF_SIZE_T 4
|
||||
#endif
|
||||
#define HAVE_PROTOTYPES 1
|
||||
#define TOKEN_PASTE(x,y) x##y
|
||||
#define HAVE_STDARG_PROTOTYPES 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue