summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-28 20:13:21 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-28 20:13:21 +0000
commit7055f837abeca974d3b73ed26b6d26898daa9e89 (patch)
treec087acf0452d4da39409c5e68f67c06e7da17d1d /src/win32
parentca8d50abeb260898a6657a06423667479a621a22 (diff)
downloadtor-7055f837abeca974d3b73ed26b6d26898daa9e89.tar.gz
tor-7055f837abeca974d3b73ed26b6d26898daa9e89.zip
Make Tor build on win32 with VC6 without warnings.
svn:r1739
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/orconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 3d3d2cf877..c51f427b4d 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -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"