diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-10 18:45:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-10 18:45:18 +0000 |
commit | 37a478bd781837fe5b9dc3ec4caff8e4cd00200d (patch) | |
tree | 5301f9c5b65d7687edcb77c9b0cd50c1edad65a9 /src/win32 | |
parent | 5937db52eae44397676c153364e7d193ed295760 (diff) | |
download | tor-37a478bd781837fe5b9dc3ec4caff8e4cd00200d.tar.gz tor-37a478bd781837fe5b9dc3ec4caff8e4cd00200d.zip |
Tell windows how big time_t is.
svn:r3735
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |