[or-cvs] Tell windows how big time_t is.

Nick Mathewson nickm at seul.org
Thu Mar 10 18:45:20 UTC 2005


Update of /home/or/cvsroot/tor/src/win32
In directory moria.mit.edu:/tmp/cvs-serv32225/src/win32

Modified Files:
	orconfig.h 
Log Message:
Tell windows how big time_t is.

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/win32/orconfig.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- orconfig.h	18 Jan 2005 23:44:55 -0000	1.42
+++ orconfig.h	10 Mar 2005 18:45:18 -0000	1.43
@@ -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
 



More information about the tor-commits mailing list