[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs1517.cs
1 // CS1517: Invalid preprocessor directive
2 // Line: 4
3
4 #if 8
5 #endif
6