diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-30 14:52:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-30 14:52:02 +0000 |
commit | 566cdcd0c2aa8a39c99997d4129bcbe00d2ee377 (patch) | |
tree | 11c3e3e3a659867e5d15aafe3e52286bb6bda089 /src/or/tor_main.c | |
parent | 5b26a076c6f4f9ed35444f328b5d274b93493f24 (diff) | |
download | tor-566cdcd0c2aa8a39c99997d4129bcbe00d2ee377.tar tor-566cdcd0c2aa8a39c99997d4129bcbe00d2ee377.tar.gz |
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
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 ""; /** |