Merge pull request #2408 from tastywheattasteslikechicken/MoreInterfaceSupport
[mono.git] / mcs / class / corlib / System / ConsoleDriver.cs
index fe31d18619a78668e1e39c79e00e53858553efbc..07354a9aeb697ee3e92323a30b84434892f2f95e 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if !NET_2_1
+#if !MOBILE
 using System.IO;
 using System.Runtime.CompilerServices;
 
 namespace System {
-       class ConsoleDriver {
+       static class ConsoleDriver {
                internal static IConsoleDriver driver;
                static bool is_console;
                static bool called_isatty;