X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FConsoleDriver.cs;h=50ea05122767e77eccedae6041c71ffc39f0b6d7;hb=29654d9650b1f2106a8c4bfcc3e836d6d3efb1f9;hp=5467e82a825e56f907a1333c217eb277d0c0a6b6;hpb=041c78f7edaed6726a65f504df94ef9d954c5f1a;p=mono.git diff --git a/mcs/class/corlib/System/ConsoleDriver.cs b/mcs/class/corlib/System/ConsoleDriver.cs index 5467e82a825..50ea0512276 100644 --- a/mcs/class/corlib/System/ConsoleDriver.cs +++ b/mcs/class/corlib/System/ConsoleDriver.cs @@ -27,7 +27,7 @@ // 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_0 && !NET_2_1 +#if (NET_2_0||BOOTSTRAP_NET_2_0) && !NET_2_1 using System.IO; using System.Runtime.CompilerServices; @@ -265,7 +265,7 @@ namespace System { internal static extern int InternalKeyAvailable (int ms_timeout); [MethodImplAttribute(MethodImplOptions.InternalCall)] - internal static extern bool TtySetup (string teardown, out byte verase, out byte vsusp, out byte intr); + internal static extern bool TtySetup (string keypadXmit, string teardown, out byte verase, out byte vsusp, out byte intr); [MethodImplAttribute(MethodImplOptions.InternalCall)] internal static extern bool SetEcho (bool wantEcho);