[runtime] Fix the loaded llvm build.
[mono.git] / mono / io-layer / io-layer-dummy.c
1 /*
2  * io-layer-dummy.c:  Dummy file to fill the library on windows
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 extern char *_mono_iolayer_dummylib;
11 char *_mono_iolayer_dummylib="This is a dummy library that isn't needed on Windows";