From: K.Kosako Date: Fri, 28 Sep 2018 02:22:56 +0000 (+0900) Subject: add SIZEOF_SIZE_T into config.h.windows.in X-Git-Tag: v6.9.1~18^2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32e032ec4f1f6446c2d0116f3e79ec4613d738a5;p=onig add SIZEOF_SIZE_T into config.h.windows.in --- diff --git a/src/config.h.windows.in b/src/config.h.windows.in index c5b3307..f04372f 100644 --- a/src/config.h.windows.in +++ b/src/config.h.windows.in @@ -9,9 +9,11 @@ #define SIZEOF___INT64 8 #define SIZEOF_OFF_T 4 #ifdef _WIN64 -#define SIZEOF_VOIDP 8 +#define SIZEOF_VOIDP 8 +#define SIZEOF_SIZE_T 8 #else -#define SIZEOF_VOIDP 4 +#define SIZEOF_VOIDP 4 +#define SIZEOF_SIZE_T 4 #endif #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8