Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-06-08 12:50:19 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-06-08 12:50:19 +0300
commit501e77f91215d31c56aa63de0c99c91d8b13bfa5 (patch)
tree1b7e69d3c91a60296346ea664c63bb00b4890efc /winconfig.h
parentfe06971e14f57d1620c3797b4f660ec46091398c (diff)
[win] set HAVE_ONLINE_VES
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index bc9c003c0ad..d279e1d3eda 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -394,6 +394,9 @@
/* Using the simple generational GC. */
/* #undef HAVE_SGEN_GC */
+/* Some VES is available at runtime */
+#define HAVE_ONLINE_VES 1
+
/* Have signal */
#define HAVE_SIGNAL 1