From: Nick Mathewson Date: Thu, 10 Mar 2005 18:45:18 +0000 (+0000) Subject: Tell windows how big time_t is. X-Git-Tag: tor-0.1.0.1-rc~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a478bd781837fe5b9dc3ec4caff8e4cd00200d;p=thirdparty%2Ftor.git Tell windows how big time_t is. svn:r3735 --- diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 60db36b9bd..13438a256f 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -174,6 +174,9 @@ /* The size of a `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 +/* The size of a `time_t', as computed by sizeof. */ +#define SIZEOF_TIME_T 4 + /* The size of a `uint16_t', as computed by sizeof. */ #undef SIZEOF_UINT16_T