Merge pull request #4994 from lewurm/interp-aot-mode-fix-windows
authorNiklas Therning <niklas@therning.org>
Thu, 8 Jun 2017 12:48:10 +0000 (14:48 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2017 12:48:10 +0000 (14:48 +0200)
[win] set HAVE_ONLINE_VES

winconfig.h

index bc9c003c0adf4d369086ca9dd28406f5df1c199f..d279e1d3edad4d42ef488f543d23076e3bdf1bc7 100644 (file)
 /* 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