* PropertyGridView.cs: Fix for #81800, makes text show up on initial
[mono.git] / winconfig.h
index 88db8240757f1cc0f697def798e75b342d6caba7..0bcf0a410cc0e3c62999925284b59a74eaa8dc4d 100644 (file)
@@ -39,6 +39,9 @@
 /* #undef HAVE_SCANDIR */
 /* #undef HAVE_WORKING_SIGALTSTACK */
 
+/* The architecture this is running on */
+#define ARCHITECTURE "x86"
+
 /* String of disabled features */
 #define DISABLED_FEATURES "none"
 
 /* #undef MONO_DEBUGGER_SUPPORTED */
 
 /* Xen-specific behaviour */
-#define MONO_XEN_OPT 1
+/* #undef MONO_XEN_OPT */
 
 /* Define if Unix sockets cannot be created in an anonymous namespace */
 /* #undef NEED_LINK_UNLINK */
 #define USED_GC_NAME "Included Boehm (with typed GC)"
 
 /* Version number of package */
-#define VERSION "1.1.15"
+#define VERSION "1.2"