[or-cvs] Make tor build on win32 again; handle locking for server

Nick Mathewson nickm at seul.org
Sat Jun 5 01:50:37 UTC 2004


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

Modified Files:
	orconfig.h 
Log Message:
Make tor build on win32 again; handle locking for server

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/src/win32/orconfig.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- orconfig.h	2 May 2004 19:29:59 -0000	1.14
+++ orconfig.h	5 Jun 2004 01:50:34 -0000	1.15
@@ -177,8 +177,11 @@
 /* The size of a `uint64_t', as computed by sizeof. */
 #undef SIZEOF_UINT64_T
 
-/* The size of a `uint8_t', as computed by sizeof. */
-#undef SIZEOF_UINT8_T
+/* The size of a `uint8_t', as computed by sizeof. */
+#undef SIZEOF_UINT8_T
+
+/* The size of a `void *', as computed by sizeof. */
+#define SIZEOF_VOID_P 4
 
 /* The size of a `__int64', as computed by sizeof. */
 #define SIZEOF___INT64 8
@@ -190,4 +193,4 @@
 #define UNALIGNED_INT_ACCESS_OK
 
 /* Version number of package */
-#define VERSION "0.0.6"
+#define VERSION "0.0.7rc1-cvs"



More information about the tor-commits mailing list