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
This commit is contained in:
Nick Mathewson 2007-04-30 14:52:02 +00:00
parent 5b26a076c6
commit 566cdcd0c2

View File

@ -6,7 +6,9 @@ const char tor_main_c_id[] =
"$Id$";
const char tor_svn_revision[] =
#ifndef _MSC_VER
#include "micro-revision.i"
#endif
"";
/**