add SIZEOF_SIZE_T to oniguruma

This commit is contained in:
Anatol Belski 2015-08-15 11:39:06 +02:00
parent 228eaf5bc4
commit 3689b44453

View File

@ -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