]> granicus.if.org Git - onig/commitdiff
add SIZEOF_SIZE_T into config.h.windows.in
authorK.Kosako <kosako@sofnec.co.jp>
Fri, 28 Sep 2018 02:22:56 +0000 (11:22 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Fri, 28 Sep 2018 02:22:56 +0000 (11:22 +0900)
src/config.h.windows.in

index c5b3307114f7a82ff2999db13f880d760ef26841..f04372febdda89475473106831c8f9344561d90c 100644 (file)
@@ -9,9 +9,11 @@
 #define SIZEOF___INT64 8\r
 #define SIZEOF_OFF_T 4\r
 #ifdef _WIN64\r
-#define SIZEOF_VOIDP 8\r
+#define SIZEOF_VOIDP  8\r
+#define SIZEOF_SIZE_T 8\r
 #else\r
-#define SIZEOF_VOIDP 4\r
+#define SIZEOF_VOIDP  4\r
+#define SIZEOF_SIZE_T 4\r
 #endif\r
 #define SIZEOF_FLOAT 4\r
 #define SIZEOF_DOUBLE 8\r