Force inclusion of all possible interesting OS/2 header information.
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 Oct 1995 07:54:29 +0000 (07:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 Oct 1995 07:54:29 +0000 (07:54 +0000)
It's too much of a pain trying to restrict this information.

v7/src/microcode/os2.h

index ccbcd2829636033987a9b79cffc7d7306ae369e8..765488d3deebc29b4b4fb54198c144c53e940457 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: os2.h,v 1.3 1994/12/19 22:30:20 cph Exp $
+$Id: os2.h,v 1.4 1995/10/30 07:54:29 cph Exp $
 
-Copyright (c) 1994 Massachusetts Institute of Technology
+Copyright (c) 1994-95 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -45,10 +45,8 @@ MIT in each case. */
    Scheme's definition not needed in OS/2 files.  */
 #undef END_OF_CHAIN
 
-#define INCL_DOS
-#define INCL_DOSERRORS
-#define INCL_KBD
-#define INCL_VIO
+#define INCL_BASE
+#define INCL_PM
 #include <os2.h>
 #include <stdio.h>
 #include <stdlib.h>