From: Stephen Adams Date: Thu, 11 Feb 1993 02:27:13 +0000 (+0000) Subject: Parameterized 8.3 `8.3' filename problem for Windows/NT X-Git-Tag: 20090517-FFI~8533 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f40c577093c28dd6f09e79b5884a778b3cbe9756;p=mit-scheme.git Parameterized 8.3 `8.3' filename problem for Windows/NT --- diff --git a/v7/src/microcode/os.h b/v7/src/microcode/os.h index 923b862e8..d9db3b07e 100644 --- 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;