From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 02:16:40 +0000 (+0000) Subject: Fix inclusion symbol. X-Git-Tag: 20090517-FFI~8313 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=42777360834209c88b42994a20144ff584be0fd2;p=mit-scheme.git Fix inclusion symbol. --- diff --git a/v7/src/microcode/nt.h b/v7/src/microcode/nt.h index 2d77ee1fb..3403336cc 100644 --- a/v7/src/microcode/nt.h +++ b/v7/src/microcode/nt.h @@ -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 #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 */ diff --git a/v7/src/microcode/ntgui.h b/v7/src/microcode/ntgui.h index c514e7f3e..1b2566ae5 100644 --- a/v7/src/microcode/ntgui.h +++ b/v7/src/microcode/ntgui.h @@ -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 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 */ diff --git a/v7/src/microcode/ntio.h b/v7/src/microcode/ntio.h index e32233663..3a9bae36f 100644 --- a/v7/src/microcode/ntio.h +++ b/v7/src/microcode/ntio.h @@ -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 */ diff --git a/v7/src/microcode/ntscreen.h b/v7/src/microcode/ntscreen.h index f7e4087fd..870e2c5f9 100644 --- a/v7/src/microcode/ntscreen.h +++ b/v7/src/microcode/ntscreen.h @@ -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 //--------------------------------------------------------------------------- // @@ -245,4 +245,4 @@ typedef LRESULT (*COMMAND_HANDLER)(HWND,WORD command); // End of File: screen.h //--------------------------------------------------------------------------- -#endif /* NTSCREEN_H */ +#endif /* SCM_NTSCREEN_H */