Fix inclusion symbol.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 02:16:40 +0000 (02:16 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 02:16:40 +0000 (02:16 +0000)
v7/src/microcode/nt.h
v7/src/microcode/ntgui.h
v7/src/microcode/ntio.h
v7/src/microcode/ntscreen.h

index 2d77ee1fb82a0b906977094086bef76bb577dd87..3403336cce780306873bb284333fb098c10147ab 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: nt.h,v 1.2 1993/06/24 01:42:39 gjr Exp $
+$Id: nt.h,v 1.3 1993/06/24 02:13:22 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -34,8 +34,8 @@ MIT in each case. */
 
 /* DOS system include file */
 
-#ifndef SCM_MSDOS_H
-#define SCM_MSDOS_H
+#ifndef SCM_NT_H
+#define SCM_NT_H
 \f
 #define SYSTEM_NAME "NT"
 #define SYSTEM_VARIANT "Windows-NT"
@@ -564,5 +564,5 @@ extern int EXFUN
 #define INTERRUPT_CHAIN_NEXT   0
 #define INTERRUPT_RETURN       1
 
-#endif /* SCM_MSDOS_H */
+#endif /* SCM_NT_H */
 
index c514e7f3edba72d237f7de4acecf6131e557c98b..1b2566ae5d4acce59ed8214dec0290fdb4057358 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ntgui.h,v 1.2 1993/06/24 02:02:42 gjr Exp $
+$Id: ntgui.h,v 1.3 1993/06/24 02:14:39 gjr Exp $
 
 Copyright (c) 1993 Massachusetts Institute of Technology
 
@@ -32,8 +32,8 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-#ifndef NTGUI_H
-#define NTGUI_H
+#ifndef SCM_NTGUI_H
+#define SCM_NTGUI_H
 \f
 void EXFUN (NT_gui_init, (void));
 
@@ -56,4 +56,4 @@ void EXFUN (NT_gui_init, (void));
 #define IDM_ABOUT          303
 #define IDM_EMERGENCYKILL  400
 
-#endif /* NTGUI_H */
+#endif /* SCM_NTGUI_H */
index e322336637663c68805e5e5e8c99d30dfc5d66b9..3a9bae36f2c495987acb0a7b3badd5a30fc7b431 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ntio.h,v 1.3 1993/06/24 02:04:17 gjr Exp $
+$Id: ntio.h,v 1.4 1993/06/24 02:15:21 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -32,8 +32,8 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-#ifndef SCM_UXIO_H
-#define SCM_UXIO_H
+#ifndef SCM_NTIO_H
+#define SCM_NTIO_H
 
 #include "osio.h"
 
@@ -88,4 +88,4 @@ extern Tchannel EXFUN (channel_allocate, (void));
 #define CONSOLE_HANDLE (STDIN_HANDLE)
 #define IsConsoleHandle(h)  ((h)==CONSOLE_HANDLE)
 
-#endif /* SCM_UXIO_H */
+#endif /* SCM_NTIO_H */
index f7e4087fdf85b2474d81d2240391da974024eec3..870e2c5f9216863c8da195f04536190929f1a07b 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ntscreen.h,v 1.2 1993/06/24 02:07:42 gjr Exp $
+$Id: ntscreen.h,v 1.3 1993/06/24 02:16:40 gjr Exp $
 
 Copyright (c) 1993 Massachusetts Institute of Technology
 
@@ -32,8 +32,8 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-#ifndef NTSCREEN_H
-#define NTSCREEN_H
+#ifndef SCM_NTSCREEN_H
+#define SCM_NTSCREEN_H
 \f
 //---------------------------------------------------------------------------
 //
@@ -245,4 +245,4 @@ typedef LRESULT (*COMMAND_HANDLER)(HWND,WORD command);
 //  End of File: screen.h
 //---------------------------------------------------------------------------
 
-#endif /* NTSCREEN_H */
+#endif /* SCM_NTSCREEN_H */