mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Tell windows how big time_t is.
svn:r3735
This commit is contained in:
parent
5937db52ea
commit
37a478bd78
@ -174,6 +174,9 @@
|
|||||||
/* The size of a `short', as computed by sizeof. */
|
/* The size of a `short', as computed by sizeof. */
|
||||||
#define SIZEOF_SHORT 2
|
#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. */
|
/* The size of a `uint16_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_UINT16_T
|
#undef SIZEOF_UINT16_T
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user