From: Yang Tse Date: Fri, 3 Dec 2010 03:15:39 +0000 (+0100) Subject: build: provide SIZEOF_SIZE_T DOS definition X-Git-Tag: curl-7_21_3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d534cd00275c99a3c2279a65f40c572fa5ccf692;p=curl build: provide SIZEOF_SIZE_T DOS definition --- diff --git a/lib/config-dos.h b/lib/config-dos.h index 863539b73..bb0315e2c 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -67,6 +67,7 @@ #define SIZEOF_INT 4 #define SIZEOF_LONG_DOUBLE 16 #define SIZEOF_SHORT 2 +#define SIZEOF_SIZE_T 4 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1