From 566cdcd0c2aa8a39c99997d4129bcbe00d2ee377 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 30 Apr 2007 14:52:02 +0000 Subject: 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(+) (limited to 'src/or') diff --git a/src/or/tor_main.c b/src/or/tor_main.c index c4fb3139a..bafd89345 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 ""; /** -- cgit v1.2.3