From: Stephen Adams Date: Thu, 11 Feb 1993 02:32:45 +0000 (+0000) Subject: Added posix types for Windows/NT + cl386 X-Git-Tag: 20090517-FFI~8531 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eb27e9543a885893ebc835f926524bcd0c5bf7ee;p=mit-scheme.git Added posix types for Windows/NT + cl386 --- diff --git a/v7/src/microcode/posixtyp.h b/v7/src/microcode/posixtyp.h index 52a3e3f7e..656853109 100644 --- a/v7/src/microcode/posixtyp.h +++ b/v7/src/microcode/posixtyp.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: posixtyp.h,v 1.6 1993/02/06 05:37:01 gjr Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/posixtyp.h,v 1.7 1993/02/11 02:32:45 adams Exp $ -Copyright (c) 1990-1993 Massachusetts Institute of Technology +Copyright (c) 1990-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -87,6 +87,21 @@ MIT in each case. */ #endif +#ifdef WINNT +#include +#include +/*#define _MODE_T*/ +#define _NLINK_T +#define _PID_T +#define _CLOCK_T +#define _TIME_T +#define _SIZE_T +#define _OFF_T +#define off_t _off_t +/*#define _CC_T*/ +#endif + + #ifndef _MODE_T #define _MODE_T typedef unsigned short mode_t;