Browse Source

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

Nick Mathewson 17 years ago
parent
commit
566cdcd0c2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/or/tor_main.c

+ 2 - 0
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
   "";
 
 /**