From: Nick Mathewson Date: Mon, 30 Apr 2007 14:52:02 +0000 (+0000) Subject: r12569@catbus: nickm | 2007-04-30 10:48:51 -0400 X-Git-Tag: tor-0.2.0.1-alpha~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=566cdcd0c2aa8a39c99997d4129bcbe00d2ee377;p=thirdparty%2Ftor.git r12569@catbus: nickm | 2007-04-30 10:48:51 -0400 Do not use micro-revision.i on MSVC; it will only be useful to people who have make. svn:r10061 --- diff --git a/src/or/tor_main.c b/src/or/tor_main.c index c4fb3139ad..bafd893454 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -6,7 +6,9 @@ const char tor_main_c_id[] = "$Id$"; const char tor_svn_revision[] = +#ifndef _MSC_VER #include "micro-revision.i" +#endif ""; /**