diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-06-12 19:48:20 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-06-12 19:48:20 +0000 |
commit | c68833d2cadec9c4ff62040a9e5e2fcfb0099db5 (patch) | |
tree | ec458eeb6f879102486a0c4b23a8c3a4a252967c /src/w32inevt.h | |
parent | 3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c (diff) | |
download | emacs-c68833d2cadec9c4ff62040a9e5e2fcfb0099db5.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r-- | src/w32inevt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h index df94f910371..6ac5ea303e5 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h @@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to 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 @@ extern void w32_console_mouse_position (FRAME_PTR *f, int insist, Lisp_Object *x, Lisp_Object *y, unsigned long *time); -#endif +#endif /* EMACS_W32INEVT_H */ |