Fix Windows Build
authorMiguel de Icaza <miguel@gnome.org>
Mon, 8 Sep 2008 14:17:38 +0000 (14:17 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 8 Sep 2008 14:17:38 +0000 (14:17 -0000)
svn path=/trunk/mono/; revision=112502

mono/metadata/ChangeLog
mono/metadata/console-io.c

index 9314a7538c421dcf5f2cb39b30c7cc123caebbfa..09028cfff66ad67663857e854e274a7b38c27747 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-08  Miguel de Icaza  <miguel@novell.com>
+
+       * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
+       windows build.
+
 2008-09-07  Miguel de Icaza  <miguel@novell.com>
 
        * console-io.c: Add support for tracking the window size if it
index 2913143fe6e330e2b4b33cd45c342dfa9fa7b661..67b23c9e1161859054c3376d5b4ad4813e937de7 100644 (file)
@@ -92,7 +92,7 @@ ves_icall_System_ConsoleDriver_InternalKeyAvailable (gint32 timeout)
 }
 
 MonoBoolean
-ves_icall_System_ConsoleDriver_TtySetup (MonoString *keypad, MonoString *teardown, char *verase, char *vsusp, char *intr)
+ves_icall_System_ConsoleDriver_TtySetup (MonoString *keypad, MonoString *teardown, char *verase, char *vsusp, char*intr, int **size)
 {
        return FALSE;
 }