summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-06-12 19:18:24 +0000
committerJason Rumney <jasonr@gnu.org>2000-06-12 19:18:24 +0000
commite588809c3fc1f98e952eb35279d9cbeb4e077818 (patch)
treee96823a549723dbaef2c8b980fe1ea4023d33356 /src/w32.h
parented1056b307e969d243899174c240356273a2ca02 (diff)
downloademacs-e588809c3fc1f98e952eb35279d9cbeb4e077818.tar.gz
(EMACS_W32_H): Renamed from _NT_H_
Diffstat (limited to 'src/w32.h')
-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 @@
-#ifndef _NT_H_
-#define _NT_H_
+#ifndef EMACS_W32_H
+#define EMACS_W32_H
/* Support routines for the NT version of Emacs.
Copyright (C) 1994 Free Software Foundation, Inc.
@@ -120,4 +120,4 @@ extern LPBYTE w32_get_resource (char * key, LPDWORD type);
extern void init_ntproc ();
extern void term_ntproc ();
-#endif /* _NT_H_ */
+#endif /* EMACS_W32_H */