projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
156f4cf
)
Parameterized 8.3 `8.3' filename problem for Windows/NT
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 11 Feb 1993 02:27:13 +0000
(
02:27
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 11 Feb 1993 02:27:13 +0000
(
02:27
+0000)
v7/src/microcode/os.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os.h
b/v7/src/microcode/os.h
index 923b862e81c71cb8f5ab112471e28e0d3c14d8ed..d9db3b07ec8b369eb14e6df8158541be51ea8fb3 100644
(file)
--- a/
v7/src/microcode/os.h
+++ b/
v7/src/microcode/os.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$
Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/os.h,v 1.2 1990/11/28 20:51:00 cph Rel
$
+$
Id: os.h,v 1.3 1993/02/11 02:27:13 adams Exp
$
Copyright (c) 1990 Massachusetts Institute of Technology
@@
-37,7
+37,12
@@
MIT in each case. */
#include "ansidecl.h"
#include "oscond.h"
+
+#ifdef WINNT
+#include "posixtyp.h" /* SRA : renamed for 8 char name length*/
+#else
#include "posixtype.h"
+#endif
typedef unsigned int Tchannel;