aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32.h b/src/w32.h
index cba594fc3f7..d6c76f04795 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -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);
120extern void init_ntproc (); 120extern void init_ntproc ();
121extern void term_ntproc (); 121extern void term_ntproc ();
122 122
123#endif /* _NT_H_ */ 123#endif /* EMACS_W32_H */