diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-01 12:36:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-01 12:36:59 -0400 |
commit | e802199cb3a2ebb4c09eaf4949e279acd3b46fc8 (patch) | |
tree | dd7f9967cc185487620e34692611f3d0b7b88a4b /src/common/torgzip.c | |
parent | 9d77f24cf5032c4a1dbf64ec2e25d7debf3758ed (diff) | |
download | tor-e802199cb3a2ebb4c09eaf4949e279acd3b46fc8.tar.gz tor-e802199cb3a2ebb4c09eaf4949e279acd3b46fc8.zip |
Initial patch to build Tor with msvc and nmake
We'll still need to tweak it so that it looks for includes and
libraries somewhere more sensible than "where we happened to find
them on Erinn's system"; so that tests and tools get built too;
so that it's a bit documented; and so that we actually try running
the output.
Work done with Erinn Clark.
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r-- | src/common/torgzip.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 2937c67de2..ae7d7cfc09 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -43,11 +43,7 @@ #define off64_t int64_t #endif -#ifdef _MSC_VER -#include "..\..\contrib\zlib\zlib.h" -#else #include <zlib.h> -#endif /** Set to 1 if zlib is a version that supports gzip; set to 0 if it doesn't; * set to -1 if we haven't checked yet. */ |