2010-02-13 Jb Evain <jbevain@novell.com>
[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";