From 86da3e0a0af5813d6f5eb695d8353b2988f256ff Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 3 Jun 2006 18:52:31 +0000 Subject: Patch based on post by Mike C to or-dev; special-case based on use of MSVC, rather than on MS_WINDOWS, so that mingw builds. svn:r6523 --- src/common/torgzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/torgzip.c') diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 12cc7ec969..3542a48828 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -15,7 +15,7 @@ const char torgzip_c_id[] = #include #include #include -#ifdef MS_WINDOWS +#ifdef _MSC_VER #include "..\..\contrib\zlib\zlib.h" #else #include -- cgit v1.2.3-54-g00ecf