2008-11-06 Bill Holmes <billholmes54@gmail.com>
authorBill Holmes <holmes@mono-cvs.ximian.com>
Thu, 6 Nov 2008 21:49:15 +0000 (21:49 -0000)
committerBill Holmes <holmes@mono-cvs.ximian.com>
Thu, 6 Nov 2008 21:49:15 +0000 (21:49 -0000)
* main.c Fix MSVC build.

Contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=118154

mono/mini/ChangeLog
mono/mini/main.c

index 19ab89a1155cd272d5a232c1f475388029dfcfd8..715ffd29d11c3c09752329f965739d0ccf87c6a3 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-06  Bill Holmes  <billholmes54@gmail.com>
+
+       * main.c Fix MSVC build.
+
+       Contributed under MIT/X11 license.
+
 2008-11-06  Mark Probst  <mark.probst@gmail.com>
 
        * mini-x86.c (mono_arch_allocate_vars): Make sure locals that need
index 307fe8aa9b94158bd8dbfb5ee11eb8ab1c637be3..eee91c02d292e6286031514abe1a57a4919dd718 100644 (file)
@@ -1,6 +1,8 @@
 #include <config.h>
 #include "mini.h"
+#ifndef PLATFORM_WIN32
 #include "buildver.h"
+#endif
 
 #ifdef PLATFORM_WIN32