From ae2f595b9a6002076e10ba6a19605481384b79e1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 28 Oct 1995 01:55:08 +0000 Subject: [PATCH] New file "ntprm.scm" has Win32 primitive interface, which is now different from the DOS primitive interface. --- v7/src/runtime/runtime.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index ad1dadf8e..97ebef6f1 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.262 1995/09/11 19:06:33 cph Exp $ +$Id: runtime.pkg,v 14.263 1995/10/28 01:55:08 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -54,7 +54,8 @@ MIT in each case. |# (else)) (file-case os-type ((unix) "unxprm") - ((dos nt) "dosprm") + ((dos) "dosprm") + ((nt) "ntprm") ((os/2) "os2prm") (else))) -- 2.25.1