Merge pull request #896 from echampet/webresource
[mono.git] / mono / mini / mini-cross-helpers.c
1 #include "config.h"
2
3 #ifdef ENABLE_EXTENSION_MODULE
4 #include "../../../mono-extensions/mono/mini/mini-cross-helpers.c"
5 #else
6
7 void mono_cross_helpers_run (void);
8
9 void
10 mono_cross_helpers_run (void)
11 {
12 }
13 #endif