From: Bernhard Urban Date: Thu, 8 Jun 2017 09:50:19 +0000 (+0200) Subject: [win] set HAVE_ONLINE_VES X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=501e77f91215d31c56aa63de0c99c91d8b13bfa5 [win] set HAVE_ONLINE_VES --- 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