]> code.delx.au - gnu-emacs/blobdiff - src/w32inevt.h
Condense Tramp entries.
[gnu-emacs] / src / w32inevt.h
index df94f9103710b4eafe2567f456bc58a4af49cfe5..7df989bffdc0c6381470f0499af0c3161ddf63dd 100644 (file)
@@ -18,15 +18,15 @@ 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, 
+extern int w32_console_read_socket (int sd, struct input_event *bufp,
                                    int numchars, int expected);
-extern void w32_console_mouse_position (FRAME_PTR *f, int insist, 
-                                       Lisp_Object *bar_window, 
-                                       enum scroll_bar_part *part, 
-                                       Lisp_Object *x, Lisp_Object *y, 
+extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
+                                       Lisp_Object *bar_window,
+                                       enum scroll_bar_part *part,
+                                       Lisp_Object *x, Lisp_Object *y,
                                        unsigned long *time);
 
-#endif
+#endif /* EMACS_W32INEVT_H */