From 3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 12 Jun 2000 19:22:16 +0000 Subject: [PATCH] (EMACS_W32GUI_H): Renamed from __W32GUI_H__ --- src/w32gui.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/w32gui.h b/src/w32gui.h index c1cf636d5db..ba7b5c584a2 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -18,9 +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 __W32GUI_H__ -#define __W32GUI_H__ - +#ifndef EMACS_W32GUI_H +#define EMACS_W32GUI_H #include #include "w32bdf.h" @@ -98,4 +97,4 @@ extern int nCmdShow; extern int XParseGeometry (); -#endif +#endif /* EMACS_W32GUI_H */ -- 2.39.2