Add missing quote to string added in 156ab8c5fc89c6fa9bda6ba2d1e240ca80c39bbe
[mono-project.git] / mono / io-layer / io-layer-dummy.c
blobf6e150a37ecfaf65dec12ef1cb4ea2a3a9a7d3a2
1 /*
2 * io-layer-dummy.c: Dummy file to fill the library on windows
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 extern char *_mono_iolayer_dummylib;
11 char *_mono_iolayer_dummylib="This is a dummy library that isn't needed on Windows";