]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS_W32_H): Renamed from _NT_H_
authorJason Rumney <jasonr@gnu.org>
Mon, 12 Jun 2000 19:18:24 +0000 (19:18 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 12 Jun 2000 19:18:24 +0000 (19:18 +0000)
src/w32.h

index cba594fc3f74d26bef74a1cc614b233678dce5da..d6c76f0479594fc050a79aaa20cd570d6eb4efca 100644 (file)
--- 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 */