Mercurial > emacs
changeset 29606:f16690808171
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 12 Jun 2000 19:48:20 +0000 |
parents | beb7f126f175 |
children | 42d156d8d8eb |
files | src/ChangeLog src/w32inevt.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32inevt.h Mon Jun 12 19:22:16 2000 +0000 +++ b/src/w32inevt.h Mon Jun 12 19:48:20 2000 +0000 @@ -18,8 +18,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __NTINEVT_H__ -#define __NTINEVT_H__ +#ifndef EMACS_W32INEVT_H +#define EMACS_W32INEVT_H extern int w32_console_read_socket (int sd, struct input_event *bufp, int numchars, int expected); @@ -29,4 +29,4 @@ Lisp_Object *x, Lisp_Object *y, unsigned long *time); -#endif +#endif /* EMACS_W32INEVT_H */