mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(EMACS_W32_H): Renamed from _NT_H_
This commit is contained in:
parent
ed1056b307
commit
e588809c3f
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue