(EMACS_W32_H): Renamed from _NT_H_

This commit is contained in:
Jason Rumney 2000-06-12 19:18:24 +00:00
parent ed1056b307
commit e588809c3f

View file

@ -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 */