From xemacs-m  Sun Jun  8 08:25:01 1997
Received: from wr.com.au (wr.com.au [203.12.42.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id IAA27875;
	Sun, 8 Jun 1997 08:24:59 -0500 (CDT)
Received: from ishtar (dialup77.wr.com.au) by wr.com.au (5.x/SMI-SVR4-1.0)
	id AA12421; Sun, 8 Jun 1997 23:20:49 +1000
Message-Id: <3.0.32.19970608232556.00931760@wr.com.au>
X-Sender: davidh@wr.com.au (Unverified)
X-Mailer: Windows Eudora Pro Version 3.0 (32)
Date: Sun, 08 Jun 1997 23:25:58 +1000
To: Steven L Baur <steve@xemacs.org>, xemacs-beta@xemacs.org
From: David Hobley <davidh@wr.com.au>
Subject: NT lossage (was Re: XEmacs 20.3-beta4 ("Warsaw") is released)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="=====================_865740358==_"

--=====================_865740358==_
Content-Type: text/plain; charset="us-ascii"

At 20:39 5/06/97 -0700, Steven L Baur wrote:
>-- "These patches make XEmacs run under NT!" - David Hobley

Sorry all,

there was a change made in b3 which broke NT support slightly. I had
checked b2!
Anyway, here is a patch against b4 to rectify this problem. It will do
until we get subprocess support working.

Cheers,
david
--=====================_865740358==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="nt.patch"

*** src/sysdep.c.bak	Thu May 29 23:49:38 1997
--- src/sysdep.c	Wed May 28 22:50:44 1997
***************
*** 1324,1329 ****
--- 1324,1331 ----
  
  /* It's wrong to encase these into #ifdef HAVE_TTY because we need
     them for child TTY processes.  */
+ /* However, this does break NT support while we don't do child TTY processes */
+ #ifndef WINDOWSNT
  
  /* Set *TC to the parameters associated with the terminal FD.
     Return zero if all's well, or -1 if we ran into an error we
***************
*** 1464,1469 ****
--- 1466,1472 ----
    return 0;
  }
  
+ #endif /* WINDOWSNT */
  
  /* ------------------------------------------------------ */
  /*                 Initializing a device                  */

--=====================_865740358==_--

