diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef _NT_H_ | 1 | #ifndef EMACS_W32_H |
| 2 | #define _NT_H_ | 2 | #define EMACS_W32_H |
| 3 | 3 | ||
| 4 | /* Support routines for the NT version of Emacs. | 4 | /* Support routines for the NT version of Emacs. |
| 5 | Copyright (C) 1994 Free Software Foundation, Inc. | 5 | Copyright (C) 1994 Free Software Foundation, Inc. |
| @@ -120,4 +120,4 @@ extern LPBYTE w32_get_resource (char * key, LPDWORD type); | |||
| 120 | extern void init_ntproc (); | 120 | extern void init_ntproc (); |
| 121 | extern void term_ntproc (); | 121 | extern void term_ntproc (); |
| 122 | 122 | ||
| 123 | #endif /* _NT_H_ */ | 123 | #endif /* EMACS_W32_H */ |