From 566cdcd0c2aa8a39c99997d4129bcbe00d2ee377 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 30 Apr 2007 14:52:02 +0000 Subject: [PATCH] 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 --- src/or/tor_main.c | 2 ++ 1 file changed, 2 insertions(+) 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 ""; /** -- 2.47.3