New file "ntprm.scm" has Win32 primitive interface, which is now
authorChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 01:55:08 +0000 (01:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 01:55:08 +0000 (01:55 +0000)
different from the DOS primitive interface.

v7/src/runtime/runtime.pkg

index ad1dadf8eddd8d494d49526701d487f70f00057e..97ebef6f1d9526f4fe02258be54837e4a3785c2e 100644 (file)
@@ -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)))