]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tell windows how big time_t is.
authorNick Mathewson <nickm@torproject.org>
Thu, 10 Mar 2005 18:45:18 +0000 (18:45 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 10 Mar 2005 18:45:18 +0000 (18:45 +0000)
svn:r3735

src/win32/orconfig.h

index 60db36b9bd7acb6c0c94e7e7fcb5fdbbda914220..13438a256f53ab75467df1cfe5da5479da611f77 100644 (file)
 /* 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