[or-cvs] Make Tor build on win32 with VC6 without warnings.

Nick Mathewson nickm at seul.org
Wed Apr 28 20:13:23 UTC 2004


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

Modified Files:
	orconfig.h 
Log Message:
Make Tor build on win32 with VC6 without warnings.

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/src/win32/orconfig.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- orconfig.h	7 Apr 2004 20:01:51 -0000	1.9
+++ orconfig.h	28 Apr 2004 20:13:21 -0000	1.10
@@ -141,6 +141,8 @@
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS
 
+#define HAVE_LIMITS_H
+
 /* Version number of package */
 #define VERSION "0.0.2pre26"
 



More information about the tor-commits mailing list