]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Mon, 12 Jun 2000 19:48:20 +0000 (19:48 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 12 Jun 2000 19:48:20 +0000 (19:48 +0000)
src/ChangeLog
src/w32inevt.h

index d32a3db297a89996e46b33b9358ef4756f16ace7..7dfc52674a0b9802bd20f0df37e2c03235bd080e 100644 (file)
@@ -1,3 +1,13 @@
+2000-06-12  Jason Rumney  <jasonr@gnu.org>
+
+       * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
+
+       * w32.h (EMACS_W32_H): Renamed from _NT_H_
+
+       * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
+
+       * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
+
 2000-06-12  Gerd Moellmann  <gerd@gnu.org>
 
        * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
index df94f9103710b4eafe2567f456bc58a4af49cfe5..6ac5ea303e5eb32428527e646d4d9c14b02884e4 100644 (file)
@@ -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 */